File tree Expand file tree Collapse file tree 2 files changed +18
-19
lines changed Expand file tree Collapse file tree 2 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 21
21
- id : pyupgrade
22
22
args : [--py38-plus]
23
23
- repo : https://github.com/adamchainz/django-upgrade
24
- rev : 1.12 .0
24
+ rev : 1.13 .0
25
25
hooks :
26
26
- id : django-upgrade
27
27
args : [--target-version, "3.2"]
46
46
args :
47
47
- --trailing-comma=es5
48
48
- repo : https://github.com/pre-commit/mirrors-eslint
49
- rev : v8.34 .0
49
+ rev : v8.35 .0
50
50
hooks :
51
51
- id : eslint
52
52
files : \.js?$
60
60
language_version : python3
61
61
entry : black --target-version=py38
62
62
- repo : https://github.com/tox-dev/pyproject-fmt
63
- rev : 0.8.0
63
+ rev : 0.9.2
64
64
hooks :
65
65
- id : pyproject-fmt
66
66
- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -44,6 +44,21 @@ dependencies = [
44
44
Download = " https://pypi.org/project/django-debug-toolbar/"
45
45
Homepage = " https://github.com/jazzband/django-debug-toolbar"
46
46
47
+ [tool .hatch .build .targets .sdist ]
48
+ include = [
49
+ " /debug_toolbar" ,
50
+ " /CONTRIBUTING.md" ,
51
+ ]
52
+
53
+ [tool .hatch .build .targets .wheel ]
54
+ packages = [" debug_toolbar" ]
55
+
56
+ [tool .hatch .version ]
57
+ path = " debug_toolbar/__init__.py"
58
+
59
+ [tool .isort ]
60
+ combine_as_imports = true
61
+ profile = " black"
47
62
48
63
[tool .coverage .html ]
49
64
skip_covered = true
@@ -61,19 +76,3 @@ source = ["src", ".tox/*/site-packages"]
61
76
# Update coverage badge link in README.rst when fail_under changes
62
77
fail_under = 93
63
78
show_missing = true
64
-
65
- [tool .hatch .build .targets .sdist ]
66
- include = [
67
- " /debug_toolbar" ,
68
- " /CONTRIBUTING.md" ,
69
- ]
70
-
71
- [tool .hatch .build .targets .wheel ]
72
- packages = [" debug_toolbar" ]
73
-
74
- [tool .hatch .version ]
75
- path = " debug_toolbar/__init__.py"
76
-
77
- [tool .isort ]
78
- combine_as_imports = true
79
- profile = " black"
You can’t perform that action at this time.
0 commit comments