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 1414 hooks :
1515 - id : doc8
1616- repo : https://github.com/adamchainz/django-upgrade
17- rev : 1.13 .0
17+ rev : 1.14 .0
1818 hooks :
1919 - id : django-upgrade
2020 args : [--target-version, "3.2"]
@@ -31,15 +31,15 @@ repos:
3131 args :
3232 - --trailing-comma=es5
3333- repo : https://github.com/pre-commit/mirrors-eslint
34- rev : v8.42 .0
34+ rev : v8.43 .0
3535 hooks :
3636 - id : eslint
3737 files : \.js?$
3838 types : [file]
3939 args :
4040 - --fix
4141- repo : https://github.com/charliermarsh/ruff-pre-commit
42- rev : ' v0.0.270 '
42+ rev : ' v0.0.272 '
4343 hooks :
4444 - id : ruff
4545 args : [--fix, --exit-non-zero-on-fix]
5050 language_version : python3
5151 entry : black --target-version=py38
5252- repo : https://github.com/tox-dev/pyproject-fmt
53- rev : 0.11.2
53+ rev : 0.12.0
5454 hooks :
5555 - id : pyproject-fmt
5656- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -49,23 +49,6 @@ packages = ["debug_toolbar"]
4949[tool .hatch .version ]
5050path = " debug_toolbar/__init__.py"
5151
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-
6952[tool .ruff ]
7053extend-select = [
7154 # pyflakes, pycodestyle
@@ -128,3 +111,20 @@ max-complexity = 15
128111 # Ignore the fact that migration files are invalid module names
129112 " N999" ,
130113]
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