Skip to content

Commit 4613c2b

Browse files
[pre-commit.ci] pre-commit autoupdate (#1740)
1 parent 1e0f149 commit 4613c2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
args:
4747
- --trailing-comma=es5
4848
- repo: https://github.com/pre-commit/mirrors-eslint
49-
rev: v8.33.0
49+
rev: v8.34.0
5050
hooks:
5151
- id: eslint
5252
files: \.js?$
@@ -60,7 +60,7 @@ repos:
6060
language_version: python3
6161
entry: black --target-version=py38
6262
- repo: https://github.com/tox-dev/pyproject-fmt
63-
rev: 0.6.0
63+
rev: 0.8.0
6464
hooks:
6565
- id: pyproject-fmt
6666
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [
55
]
66

77
[project]
8-
name = "django_debug_toolbar"
8+
name = "django-debug-toolbar"
99
description = "A configurable set of panels that display various debug information about the current request/response."
1010
readme = "README.rst"
1111
license = {text = "BSD-3-Clause"}

0 commit comments

Comments
 (0)