Skip to content

Commit ae32002

Browse files
Merge pull request #57 from arup-group/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7202670 + 6bda43b commit ae32002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
args: ["--maxkb=1000"]
1010

1111
- repo: https://github.com/psf/black
12-
rev: 24.3.0
12+
rev: 24.8.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action
17-
rev: v0.3.4
17+
rev: v0.5.6
1818
hooks:
1919
- id: ruff
2020
args: [ --fix, --exit-non-zero-on-fix ]

0 commit comments

Comments
 (0)