Skip to content

Commit 797a861

Browse files
[pre-commit.ci] pre-commit autoupdate (#1796)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.14.0](adamchainz/django-upgrade@1.13.0...1.14.0) - [github.com/pre-commit/mirrors-eslint: v8.42.0 → v8.43.0](pre-commit/mirrors-eslint@v8.42.0...v8.43.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.270...v0.0.272) - [github.com/tox-dev/pyproject-fmt: 0.11.2 → 0.12.0](tox-dev/pyproject-fmt@0.11.2...0.12.0) * [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 e15c538 commit 797a861

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
hooks:
1515
- id: doc8
1616
- repo: https://github.com/adamchainz/django-upgrade
17-
rev: 1.13.0
17+
rev: 1.14.0
1818
hooks:
1919
- id: django-upgrade
2020
args: [--target-version, "3.2"]
@@ -31,15 +31,15 @@ repos:
3131
args:
3232
- --trailing-comma=es5
3333
- repo: https://github.com/pre-commit/mirrors-eslint
34-
rev: v8.42.0
34+
rev: v8.43.0
3535
hooks:
3636
- id: eslint
3737
files: \.js?$
3838
types: [file]
3939
args:
4040
- --fix
4141
- repo: https://github.com/charliermarsh/ruff-pre-commit
42-
rev: 'v0.0.270'
42+
rev: 'v0.0.272'
4343
hooks:
4444
- id: ruff
4545
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
5050
language_version: python3
5151
entry: black --target-version=py38
5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 0.11.2
53+
rev: 0.12.0
5454
hooks:
5555
- id: pyproject-fmt
5656
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,6 @@ packages = ["debug_toolbar"]
4949
[tool.hatch.version]
5050
path = "debug_toolbar/__init__.py"
5151

52-
[tool.coverage.html]
53-
skip_covered = true
54-
skip_empty = true
55-
56-
[tool.coverage.run]
57-
branch = true
58-
parallel = true
59-
source = ["debug_toolbar"]
60-
61-
[tool.coverage.paths]
62-
source = ["src", ".tox/*/site-packages"]
63-
64-
[tool.coverage.report]
65-
# Update coverage badge link in README.rst when fail_under changes
66-
fail_under = 94
67-
show_missing = true
68-
6952
[tool.ruff]
7053
extend-select = [
7154
# pyflakes, pycodestyle
@@ -128,3 +111,20 @@ max-complexity = 15
128111
# Ignore the fact that migration files are invalid module names
129112
"N999",
130113
]
114+
115+
[tool.coverage.html]
116+
skip_covered = true
117+
skip_empty = true
118+
119+
[tool.coverage.run]
120+
branch = true
121+
parallel = true
122+
source = ["debug_toolbar"]
123+
124+
[tool.coverage.paths]
125+
source = ["src", ".tox/*/site-packages"]
126+
127+
[tool.coverage.report]
128+
# Update coverage badge link in README.rst when fail_under changes
129+
fail_under = 94
130+
show_missing = true

0 commit comments

Comments
 (0)