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 8686765 commit 2dc8bdfCopy full SHA for 2dc8bdf
.pre-commit-config.yaml
@@ -24,18 +24,18 @@ repos:
24
args: [--markdown-linebreak-ext=md]
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 5.13.2
+ rev: 6.0.1
28
hooks:
29
- id: isort
30
args: ["--profile", "black", "--filter-files"]
31
32
- repo: https://github.com/psf/black
33
- rev: 24.10.0
+ rev: 25.1.0
34
35
- id: black
36
37
- repo: https://github.com/pycqa/flake8
38
- rev: 7.1.1
+ rev: 7.2.0
39
40
- id: flake8
41
language: python
0 commit comments