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 e1d9876 commit 3a0411bCopy full SHA for 3a0411b
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ repos:
2
3
4
- repo: https://github.com/psf/black
5
- rev: 24.4.2 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
+ rev: 24.8.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
6
hooks:
7
- id: black
8
args: [
@@ -14,7 +14,7 @@ repos:
14
rev: 1.18.0
15
16
- id: blacken-docs
17
- additional_dependencies: [black==24.4.2]
+ additional_dependencies: [black==24.8.0]
18
19
- repo: https://github.com/pycqa/isort
20
rev: 5.13.2
@@ -27,7 +27,7 @@ repos:
27
]
28
29
- repo: https://github.com/PyCQA/flake8
30
- rev: 7.1.0
+ rev: 7.1.1
31
32
- id: flake8
33
0 commit comments