We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59762eb commit ee6425bCopy full SHA for ee6425b
.pre-commit-config.yaml
@@ -8,15 +8,15 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/psf/black
11
- rev: 24.10.0
+ rev: 25.1.0
12
hooks:
13
- id: black
14
- repo: https://github.com/pycqa/flake8
15
rev: 7.1.1
16
17
- id: flake8
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.13.2
+ rev: 6.0.0
20
21
- id: isort
22
args: ["--profile", "black"]
0 commit comments