Skip to content

Commit 80cc9d6

Browse files
Bump version of pre-commit hooks (#209)
Co-authored-by: christophfroehlich <[email protected]>
1 parent 36f08c8 commit 80cc9d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 24.4.2
52+
rev: 24.8.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.0
58+
rev: 7.1.1
5959
hooks:
6060
- id: flake8
6161
args: ["--extend-ignore=E501"]
@@ -132,7 +132,7 @@ repos:
132132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133133

134134
- repo: https://github.com/python-jsonschema/check-jsonschema
135-
rev: 0.29.1
135+
rev: 0.29.2
136136
hooks:
137137
- id: check-github-workflows
138138
args: ["--verbose"]

0 commit comments

Comments
 (0)