File tree 1 file changed +15
-10
lines changed
1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.5 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : check-docstring-first
7
7
- id : check-merge-conflict
@@ -14,14 +14,14 @@ repos:
14
14
- id : requirements-txt-fixer
15
15
- id : trailing-whitespace
16
16
- repo : https://github.com/PyCQA/isort
17
- rev : 5.12.0
17
+ rev : 6.0.1
18
18
hooks :
19
19
- id : isort
20
20
args :
21
21
- " --profile=black"
22
22
exclude : ^.devcontainer/
23
23
- repo : https://github.com/psf/black
24
- rev : 23.9.1
24
+ rev : 25.1.0
25
25
hooks :
26
26
- id : black
27
27
language_version : python3
@@ -33,22 +33,22 @@ repos:
33
33
args :
34
34
- " --py36-plus"
35
35
- repo : https://github.com/PyCQA/flake8
36
- rev : 6 .1.0
36
+ rev : 7 .1.2
37
37
hooks :
38
38
- id : flake8
39
39
exclude : ^.devcontainer/
40
40
- repo : https://github.com/asottile/pyupgrade
41
- rev : v3.15.0
41
+ rev : v3.19.1
42
42
hooks :
43
43
- id : pyupgrade
44
44
args :
45
- - " --py39 -plus"
45
+ - " --py310 -plus"
46
46
- repo : https://github.com/adrienverge/yamllint
47
- rev : v1.32 .0
47
+ rev : v1.36 .0
48
48
hooks :
49
49
- id : yamllint
50
50
- repo : https://github.com/econchick/interrogate
51
- rev : 1.5 .0
51
+ rev : 1.7 .0
52
52
hooks :
53
53
- id : interrogate
54
54
args : [--fail-under=90, --verbose]
@@ -59,13 +59,17 @@ repos:
59
59
# - id: htmlhint
60
60
# args: [--config, .htmlhintrc]
61
61
- repo : https://github.com/igorshubovych/markdownlint-cli
62
- rev : v0.37 .0
62
+ rev : v0.44 .0
63
63
hooks :
64
64
- id : markdownlint
65
65
- repo : https://github.com/astral-sh/ruff-pre-commit
66
- rev : v0.0.292
66
+ rev : v0.11.0
67
67
hooks :
68
+ # Run the linter.
68
69
- id : ruff
70
+ args : [--fix]
71
+ # Run the formatter.
72
+ - id : ruff-format
69
73
# - repo: local
70
74
# hooks:
71
75
# - id: wily
84
88
# args:
85
89
# - --diff=git diff HEAD
86
90
# - --no-summary
91
+ ...
You can’t perform that action at this time.
0 commit comments