File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2626 - id : django-upgrade
2727 args : [--target-version, "3.2"]
2828- repo : https://github.com/pycqa/isort
29- rev : 5.11.4
29+ rev : 5.12.0
3030 hooks :
3131 - id : isort
3232- repo : https://github.com/pre-commit/pygrep-hooks
4646 args :
4747 - --trailing-comma=es5
4848- repo : https://github.com/pre-commit/mirrors-eslint
49- rev : v8.32 .0
49+ rev : v8.33 .0
5050 hooks :
5151 - id : eslint
5252 files : \.js?$
@@ -60,10 +60,10 @@ repos:
6060 language_version : python3
6161 entry : black --target-version=py38
6262- repo : https://github.com/tox-dev/pyproject-fmt
63- rev : 0.4.1
63+ rev : 0.6.0
6464 hooks :
6565 - id : pyproject-fmt
6666- repo : https://github.com/abravalheri/validate-pyproject
67- rev : v0.10 .1
67+ rev : v0.12 .1
6868 hooks :
6969 - id : validate-pyproject
Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ authors = [
1313 { name = " Rob Hudson" },
1414]
1515requires-python = " >=3.8"
16- dependencies = [
17- " Django>=3.2.4" ,
18- " sqlparse>=0.2" ,
19- ]
20- dynamic = [
21- " version" ,
22- ]
2316classifiers = [
2417 " Development Status :: 5 - Production/Stable" ,
2518 " Environment :: Web Environment" ,
@@ -40,6 +33,13 @@ classifiers = [
4033 " Programming Language :: Python :: 3.11" ,
4134 " Topic :: Software Development :: Libraries :: Python Modules" ,
4235]
36+ dynamic = [
37+ " version" ,
38+ ]
39+ dependencies = [
40+ " Django>=3.2.4" ,
41+ " sqlparse>=0.2" ,
42+ ]
4343[project .urls ]
4444Download = " https://pypi.org/project/django-debug-toolbar/"
4545Homepage = " https://github.com/jazzband/django-debug-toolbar"
You can’t perform that action at this time.
0 commit comments