Skip to content

Commit c59e2aa

Browse files
[pre-commit.ci] pre-commit autoupdate (#1734)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](PyCQA/isort@5.11.4...5.12.0) - [github.com/pre-commit/mirrors-eslint: v8.32.0 → v8.33.0](pre-commit/mirrors-eslint@v8.32.0...v8.33.0) - [github.com/tox-dev/pyproject-fmt: 0.4.1 → 0.6.0](tox-dev/pyproject-fmt@0.4.1...0.6.0) - [github.com/abravalheri/validate-pyproject: v0.10.1 → v0.12.1](abravalheri/validate-pyproject@v0.10.1...v0.12.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b379586 commit c59e2aa

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
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
@@ -46,7 +46,7 @@ repos:
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

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ authors = [
1313
{ name = "Rob Hudson" },
1414
]
1515
requires-python = ">=3.8"
16-
dependencies = [
17-
"Django>=3.2.4",
18-
"sqlparse>=0.2",
19-
]
20-
dynamic = [
21-
"version",
22-
]
2316
classifiers = [
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]
4444
Download = "https://pypi.org/project/django-debug-toolbar/"
4545
Homepage = "https://github.com/jazzband/django-debug-toolbar"

0 commit comments

Comments
 (0)