We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0117ca3 + 3e77c40 commit 8b0692cCopy full SHA for 8b0692c
1 file changed
.pre-commit-config.yaml
@@ -11,13 +11,13 @@ repos:
11
hooks:
12
- id: black
13
- repo: https://github.com/pycqa/isort
14
- rev: 6.0.0
+ rev: 6.0.1
15
16
- id: isort
17
name: isort (python)
18
args: ["--profile", "black"]
19
- repo: https://github.com/pycqa/flake8
20
- rev: 7.1.2
+ rev: 7.2.0
21
22
- id: flake8
23
- repo: https://github.com/nbQA-dev/nbQA
0 commit comments