Skip to content

Commit 93ead99

Browse files
chore: update pre-commit hooks (#153)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3424ce5 commit 93ead99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
# Python files
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.14.6
38+
rev: v0.14.7
3939
hooks:
4040
- id: ruff
4141
files: "^(src/pybamm_cookie|tests$)"
@@ -59,7 +59,7 @@ repos:
5959
# mypy
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.18.2
62+
rev: v1.19.0
6363
hooks:
6464
- id: mypy
6565
files: "^(src/pybamm_cookie|tests$)"

0 commit comments

Comments
 (0)