Skip to content

Commit e3808bc

Browse files
[pre-commit.ci] pre-commit autoupdate (#274)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) - [github.com/tox-dev/pyproject-fmt: v2.14.2 → v2.16.0](tox-dev/pyproject-fmt@v2.14.2...v2.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.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 dfaaaf4 commit e3808bc

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.36.1
8+
rev: 0.36.2
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -20,11 +20,11 @@ repos:
2020
- id: tox-ini-fmt
2121
args: ["-p", "fix"]
2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: "v2.14.2"
23+
rev: "v2.16.0"
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.15.0"
27+
rev: "v0.15.1"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,18 @@ count = true
111111
max_supported_python = "3.14"
112112

113113
[tool.coverage]
114-
html.show_contexts = true
115-
html.skip_covered = false
116-
paths.source = [
117-
"src",
118-
"**/site-packages",
119-
]
120-
report.fail_under = 76
121114
run.parallel = true
122115
run.plugins = [
123116
"covdefaults",
124117
]
125118
run.relative_files = true
119+
paths.source = [
120+
"src",
121+
"**/site-packages",
122+
]
123+
report.fail_under = 76
124+
html.show_contexts = true
125+
html.skip_covered = false
126126

127127
[tool.mypy]
128128
python_version = "3.12"

0 commit comments

Comments
 (0)