Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.12.12"
rev: "v0.14.3"
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down Expand Up @@ -39,11 +39,11 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/scientific-python/cookie
rev: 2025.05.02
rev: 2025.10.20
hooks:
- id: sp-repo-review

- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.12.1
rev: v1.16.2
hooks:
- id: zizmor
3 changes: 2 additions & 1 deletion scripts/update_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
import re
from datetime import date

import pybamm
from pybamm._version import __version__ as release_version

import pybamm


def update_version():
"""
Expand Down
Loading