Skip to content

Commit 3f4fd42

Browse files
htwangtwgithub-actions[bot]
authored andcommitted
pre-commit hooks auto-update
1 parent 0cc882e commit 3f4fd42

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
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212
args: ['--maxkb=1000']
1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: 24.4.2
14+
rev: 24.8.0
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/codespell-project/codespell
@@ -23,6 +23,6 @@ repos:
2323
args: ["--skip=*.svg"]
2424
exclude: 'paper/.*'
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.0
26+
rev: 7.1.1
2727
hooks:
2828
- id: flake8

0 commit comments

Comments
 (0)