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 2121 - id : pyupgrade
2222 args : [--py38-plus]
2323- repo : https://github.com/adamchainz/django-upgrade
24- rev : 1.12 .0
24+ rev : 1.13 .0
2525 hooks :
2626 - id : django-upgrade
2727 args : [--target-version, "3.2"]
4646 args :
4747 - --trailing-comma=es5
4848- repo : https://github.com/pre-commit/mirrors-eslint
49- rev : v8.34 .0
49+ rev : v8.35 .0
5050 hooks :
5151 - id : eslint
5252 files : \.js?$
6060 language_version : python3
6161 entry : black --target-version=py38
6262- repo : https://github.com/tox-dev/pyproject-fmt
63- rev : 0.8.0
63+ rev : 0.9.2
6464 hooks :
6565 - id : pyproject-fmt
6666- repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change @@ -44,6 +44,21 @@ dependencies = [
4444Download = " https://pypi.org/project/django-debug-toolbar/"
4545Homepage = " https://github.com/jazzband/django-debug-toolbar"
4646
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"
4762
4863[tool .coverage .html ]
4964skip_covered = true
@@ -61,19 +76,3 @@ source = ["src", ".tox/*/site-packages"]
6176# Update coverage badge link in README.rst when fail_under changes
6277fail_under = 93
6378show_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