Skip to content

Commit 78db032

Browse files
[pre-commit.ci] pre-commit autoupdate (#2297)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.11...v0.14.14) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.12.1) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) * [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> Co-authored-by: Tim Schilling <schillingt@better-simple.com>
1 parent 0b7c8d8 commit 78db032

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ repos:
3434
- id: biome-check
3535
verbose: true
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: 'v0.14.11'
37+
rev: 'v0.14.14'
3838
hooks:
3939
- id: ruff
4040
args: [--fix, --exit-non-zero-on-fix]
4141
- id: ruff-format
4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: v2.11.1
43+
rev: v2.12.1
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject
47-
rev: v0.24.1
47+
rev: v0.25
4848
hooks:
4949
- id: validate-pyproject

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ lint.mccabe.max-complexity = 16
9595
skip_covered = true
9696
skip_empty = true
9797

98-
[tool.coverage.run]
99-
branch = true
100-
parallel = true
101-
relative_files = true
102-
source = [
103-
"debug_toolbar",
104-
]
105-
10698
[tool.coverage.paths]
10799
source = [
108100
"src",
@@ -113,3 +105,11 @@ source = [
113105
# Update coverage badge link in README.rst when fail_under changes
114106
fail_under = 94
115107
show_missing = true
108+
109+
[tool.coverage.run]
110+
branch = true
111+
parallel = true
112+
relative_files = true
113+
source = [
114+
"debug_toolbar",
115+
]

0 commit comments

Comments
 (0)