Skip to content

Commit 5ca807e

Browse files
[pre-commit.ci] pre-commit autoupdate (#995)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.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 f9c1c4c commit 5ca807e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
# - id: ruff-format
4040

4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: v2.11.1
42+
rev: v2.12.1
4343
hooks:
4444
- id: pyproject-fmt
4545

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ lint.pylint.allow-magic-value-types = [
128128
]
129129
lint.pylint.max-args = 8 # Default: 5
130130

131-
[tool.coverage.run]
132-
branch = true
133-
cover_pylib = false
134-
include = [ "*django_celery_beat/*" ]
135-
omit = [ "django_celery_beat.tests.*" ]
136-
137131
[tool.coverage.report]
138132
exclude_lines = [
139133
"pragma: no cover",
@@ -149,3 +143,8 @@ omit = [
149143
"*/docs/*",
150144
"*/test_*.py",
151145
]
146+
[tool.coverage.run]
147+
branch = true
148+
cover_pylib = false
149+
include = [ "*django_celery_beat/*" ]
150+
omit = [ "django_celery_beat.tests.*" ]

0 commit comments

Comments
 (0)