We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc882e commit 3f4fd42Copy full SHA for 3f4fd42
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
11
- id: check-added-large-files
12
args: ['--maxkb=1000']
13
- repo: https://github.com/psf/black-pre-commit-mirror
14
- rev: 24.4.2
+ rev: 24.8.0
15
16
- id: black
17
- repo: https://github.com/codespell-project/codespell
@@ -23,6 +23,6 @@ repos:
23
args: ["--skip=*.svg"]
24
exclude: 'paper/.*'
25
- repo: https://github.com/PyCQA/flake8
26
- rev: 7.1.0
+ rev: 7.1.1
27
28
- id: flake8
0 commit comments