Skip to content

Commit cd81ff2

Browse files
Auto-update pre-commit hooks (#171) (#173)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 410533a commit cd81ff2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
repos:
1818
# Standard hooks
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.4.0
20+
rev: v4.6.0
2121
hooks:
2222
- id: check-added-large-files
2323
args: ['--maxkb=1500']
@@ -42,20 +42,20 @@ repos:
4242
4343
# Python hooks
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.3.1
45+
rev: v3.16.0
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 23.3.0
51+
rev: 24.4.2
5252
hooks:
5353
- id: black
5454
args: ["--line-length=100"]
5555

5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 6.0.0
58+
rev: 7.1.0
5959
hooks:
6060
- id: flake8
6161
args: ["--ignore=E501"]
@@ -107,7 +107,7 @@ repos:
107107
# Spellcheck in comments and docs
108108
# skipping of *.svg files is not working...
109109
- repo: https://github.com/codespell-project/codespell
110-
rev: v2.2.4
110+
rev: v2.3.0
111111
hooks:
112112
- id: codespell
113113
args: ['--write-changes']

0 commit comments

Comments
 (0)