Skip to content

Commit 5b82124

Browse files
ci: pre-commit autoupdate (#343)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e38a6ec commit 5b82124

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
args: [--target-version, "4.2"]
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.10
24+
rev: v0.14.14
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
2828
- id: ruff-format
2929

3030
- repo: https://github.com/tox-dev/pyproject-fmt
31-
rev: v2.11.1
31+
rev: v2.12.1
3232
hooks:
3333
- id: pyproject-fmt

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,6 @@ exclude = [
166166
"tmp",
167167
]
168168

169-
[tool.coverage.run]
170-
branch = true
171-
source = [ "djangocms_frontend" ]
172-
omit = [
173-
"djangocms_frontend/migrations/*",
174-
"djangocms_frontend/management/*",
175-
"*/foundation6.py",
176-
"tests/*",
177-
]
178-
179169
[tool.coverage.report]
180170
exclude_lines = [
181171
"pragma: no cover",
@@ -189,6 +179,16 @@ exclude_lines = [
189179
]
190180
ignore_errors = true
191181

182+
[tool.coverage.run]
183+
branch = true
184+
source = [ "djangocms_frontend" ]
185+
omit = [
186+
"djangocms_frontend/migrations/*",
187+
"djangocms_frontend/management/*",
188+
"*/foundation6.py",
189+
"tests/*",
190+
]
191+
192192
[tool.djlint]
193193
ignore = "H023,T003,H006,H031,D018,H021,H025"
194194
profile = "django"

0 commit comments

Comments
 (0)