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 531c005 commit b142958Copy full SHA for b142958
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -11,13 +11,13 @@ repos:
11
args: ['--autofix', '--indent=2', '--no-sort-keys']
12
13
- repo: https://github.com/psf/black
14
- rev: 23.12.1
+ rev: 25.1.0
15
16
- id: black
17
args: ['--line-length', '100']
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 7.0.0
+ rev: 7.1.2
21
22
- id: flake8
23
@@ -26,7 +26,7 @@ repos:
26
27
- id: seed-isort-config
28
- repo: https://github.com/PyCQA/isort
29
- rev: 5.13.2
+ rev: 6.0.1
30
31
- id: isort
32
0 commit comments