Skip to content

Commit 5cc74ef

Browse files
authored
Merge pull request #297 from pybamm-team/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents b66533b + 6ebee08 commit 5cc74ef

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
@@ -4,11 +4,11 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.4.0
7+
rev: 24.4.2
88
hooks:
99
- id: black
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: "v0.4.1"
11+
rev: "v0.4.3"
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --show-fixes, --ignore=E741, --exclude=__init__.py]

0 commit comments

Comments
 (0)