We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9b1933 + b4f9859 commit 0117ca3Copy full SHA for 0117ca3
1 file changed
.pre-commit-config.yaml
@@ -7,17 +7,17 @@ repos:
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/psf/black
10
- rev: 24.10.0
+ rev: 25.1.0
11
hooks:
12
- id: black
13
- repo: https://github.com/pycqa/isort
14
- rev: 5.13.2
+ rev: 6.0.0
15
16
- id: isort
17
name: isort (python)
18
args: ["--profile", "black"]
19
- repo: https://github.com/pycqa/flake8
20
- rev: 7.1.1
+ rev: 7.1.2
21
22
- id: flake8
23
- repo: https://github.com/nbQA-dev/nbQA
0 commit comments