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 26
26
- id : django-upgrade
27
27
args : [--target-version, "3.2"]
28
28
- repo : https://github.com/pycqa/isort
29
- rev : 5.11.4
29
+ rev : 5.12.0
30
30
hooks :
31
31
- id : isort
32
32
- repo : https://github.com/pre-commit/pygrep-hooks
46
46
args :
47
47
- --trailing-comma=es5
48
48
- repo : https://github.com/pre-commit/mirrors-eslint
49
- rev : v8.32 .0
49
+ rev : v8.33 .0
50
50
hooks :
51
51
- id : eslint
52
52
files : \.js?$
@@ -60,10 +60,10 @@ repos:
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.4.1
63
+ rev : 0.6.0
64
64
hooks :
65
65
- id : pyproject-fmt
66
66
- repo : https://github.com/abravalheri/validate-pyproject
67
- rev : v0.10 .1
67
+ rev : v0.12 .1
68
68
hooks :
69
69
- id : validate-pyproject
Original file line number Diff line number Diff line change @@ -13,13 +13,6 @@ authors = [
13
13
{ name = " Rob Hudson" },
14
14
]
15
15
requires-python = " >=3.8"
16
- dependencies = [
17
- " Django>=3.2.4" ,
18
- " sqlparse>=0.2" ,
19
- ]
20
- dynamic = [
21
- " version" ,
22
- ]
23
16
classifiers = [
24
17
" Development Status :: 5 - Production/Stable" ,
25
18
" Environment :: Web Environment" ,
@@ -40,6 +33,13 @@ classifiers = [
40
33
" Programming Language :: Python :: 3.11" ,
41
34
" Topic :: Software Development :: Libraries :: Python Modules" ,
42
35
]
36
+ dynamic = [
37
+ " version" ,
38
+ ]
39
+ dependencies = [
40
+ " Django>=3.2.4" ,
41
+ " sqlparse>=0.2" ,
42
+ ]
43
43
[project .urls ]
44
44
Download = " https://pypi.org/project/django-debug-toolbar/"
45
45
Homepage = " https://github.com/jazzband/django-debug-toolbar"
You can’t perform that action at this time.
0 commit comments