We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53aee2e commit 1ad67d2Copy full SHA for 1ad67d2
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: check-yaml
13
# isort should run before black as black sometimes tweaks the isort output
14
- repo: https://github.com/pycqa/isort
15
- rev: 6.0.0
+ rev: 6.0.1
16
hooks:
17
- id: isort
18
# https://github.com/python/black#version-control-integration
@@ -27,7 +27,7 @@ repos:
27
additional_dependencies: ["black==25.1.0"]
28
- id: blackdoc-autoupdate-black
29
- repo: https://github.com/pycqa/flake8
30
- rev: 7.1.1
+ rev: 7.1.2
31
32
- id: flake8
33
- repo: https://github.com/kynan/nbstripout
0 commit comments