Skip to content

Commit 8311545

Browse files
[pre-commit.ci] pre-commit autoupdate (#2382)
1 parent 0a8880f commit 8311545

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: django-upgrade
2121
args: [--target-version, "5.2"]
2222
- repo: https://github.com/codingjoe/esupgrade
23-
rev: 2025.17.0
23+
rev: 2025.20.1
2424
hooks:
2525
- id: esupgrade
2626
- repo: https://github.com/adamchainz/djade-pre-commit
@@ -34,18 +34,18 @@ repos:
3434
- id: rst-backticks
3535
- id: rst-directive-colons
3636
- repo: https://github.com/biomejs/pre-commit
37-
rev: v2.4.15
37+
rev: v2.4.16
3838
hooks:
3939
- id: biome-check
4040
verbose: true
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 'v0.15.14'
42+
rev: 'v0.15.16'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
4646
- id: ruff-format
4747
- repo: https://github.com/tox-dev/pyproject-fmt
48-
rev: v2.21.2
48+
rev: v2.23.0
4949
hooks:
5050
- id: pyproject-fmt
5151
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ docs = [
6969
]
7070

7171
[tool.hatch]
72+
version.path = "debug_toolbar/__init__.py"
7273
build.targets.wheel.packages = [
7374
"debug_toolbar",
7475
]
75-
version.path = "debug_toolbar/__init__.py"
7676

7777
[tool.ruff]
7878
target-version = "py310"

0 commit comments

Comments
 (0)