We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12edc7e commit 4ed98c5Copy full SHA for 4ed98c5
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@
15
repos:
16
# Standard hooks
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.6.0
+ rev: v5.0.0
19
hooks:
20
- id: check-added-large-files
21
- id: check-case-conflict
@@ -28,7 +28,7 @@ repos:
28
- id: trailing-whitespace
29
30
- repo: https://github.com/psf/black
31
- rev: 24.8.0
+ rev: 24.10.0
32
33
- id: black
34
@@ -49,7 +49,7 @@ repos:
49
args: ['-fallback-style=none', '-i']
50
51
- repo: https://github.com/codespell-project/codespell
52
- rev: v2.3.0
+ rev: v2.4.0
53
54
- id: codespell
55
args: ['--write-changes', '--ignore-words=.codespell_words']
0 commit comments