Skip to content

Commit 597c1c9

Browse files
github-actions[bot]Felix Exner
andauthored
Auto-update pre-commit hooks (#1027)
* Auto-update pre-commit hooks * Added two words to codespell ignore list --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Felix Exner <[email protected]>
1 parent 9f76ab8 commit 597c1c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.5.0
18+
rev: v4.6.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -33,13 +33,13 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.15.1
36+
rev: v3.16.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 24.2.0
42+
rev: 24.4.2
4343
hooks:
4444
- id: black
4545
args: ["--line-length=100"]
@@ -51,7 +51,7 @@ repos:
5151
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D401,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
54-
rev: 7.0.0
54+
rev: 7.1.0
5555
hooks:
5656
- id: flake8
5757
args: ["--ignore=E501,W503"]
@@ -135,8 +135,8 @@ repos:
135135
# Spellcheck in comments and docs
136136
# skipping of *.svg files is not working...
137137
- repo: https://github.com/codespell-project/codespell
138-
rev: v2.2.6
138+
rev: v2.3.0
139139
hooks:
140140
- id: codespell
141-
args: ['--write-changes']
141+
args: ['--write-changes', '-L bootup,assertIn']
142142
exclude: \.(svg|pyc|drawio)$

0 commit comments

Comments
 (0)