We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc882e commit e67abeaCopy full SHA for e67abea
.pre-commit-config.yaml
@@ -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
hooks:
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