File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 14
14
hooks :
15
15
- id : doc8
16
16
- repo : https://github.com/adamchainz/django-upgrade
17
- rev : 1.13 .0
17
+ rev : 1.14 .0
18
18
hooks :
19
19
- id : django-upgrade
20
20
args : [--target-version, "3.2"]
@@ -31,15 +31,15 @@ repos:
31
31
args :
32
32
- --trailing-comma=es5
33
33
- repo : https://github.com/pre-commit/mirrors-eslint
34
- rev : v8.42 .0
34
+ rev : v8.43 .0
35
35
hooks :
36
36
- id : eslint
37
37
files : \.js?$
38
38
types : [file]
39
39
args :
40
40
- --fix
41
41
- repo : https://github.com/charliermarsh/ruff-pre-commit
42
- rev : ' v0.0.270 '
42
+ rev : ' v0.0.272 '
43
43
hooks :
44
44
- id : ruff
45
45
args : [--fix, --exit-non-zero-on-fix]
50
50
language_version : python3
51
51
entry : black --target-version=py38
52
52
- repo : https://github.com/tox-dev/pyproject-fmt
53
- rev : 0.11.2
53
+ rev : 0.12.0
54
54
hooks :
55
55
- id : pyproject-fmt
56
56
- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -49,23 +49,6 @@ packages = ["debug_toolbar"]
49
49
[tool .hatch .version ]
50
50
path = " debug_toolbar/__init__.py"
51
51
52
- [tool .coverage .html ]
53
- skip_covered = true
54
- skip_empty = true
55
-
56
- [tool .coverage .run ]
57
- branch = true
58
- parallel = true
59
- source = [" debug_toolbar" ]
60
-
61
- [tool .coverage .paths ]
62
- source = [" src" , " .tox/*/site-packages" ]
63
-
64
- [tool .coverage .report ]
65
- # Update coverage badge link in README.rst when fail_under changes
66
- fail_under = 94
67
- show_missing = true
68
-
69
52
[tool .ruff ]
70
53
extend-select = [
71
54
# pyflakes, pycodestyle
@@ -128,3 +111,20 @@ max-complexity = 15
128
111
# Ignore the fact that migration files are invalid module names
129
112
" N999" ,
130
113
]
114
+
115
+ [tool .coverage .html ]
116
+ skip_covered = true
117
+ skip_empty = true
118
+
119
+ [tool .coverage .run ]
120
+ branch = true
121
+ parallel = true
122
+ source = [" debug_toolbar" ]
123
+
124
+ [tool .coverage .paths ]
125
+ source = [" src" , " .tox/*/site-packages" ]
126
+
127
+ [tool .coverage .report ]
128
+ # Update coverage badge link in README.rst when fail_under changes
129
+ fail_under = 94
130
+ show_missing = true
You can’t perform that action at this time.
0 commit comments