Skip to content

Commit 47cf4d0

Browse files
[pre-commit.ci] pre-commit autoupdate (#113)
* [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 411d9e6 commit 47cf4d0

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
@@ -44,8 +44,8 @@ optional-dependencies.testing = [
4444
]
4545
urls."Bug Tracker" = "https://github.com/tox-dev/pre-commit-uv/issues"
4646
urls."Changelog" = "https://github.com/tox-dev/pre-commit-uv/releases"
47-
urls.Documentation = "https://github.com/tox-dev/pre-commit-uv/"
4847
urls."Source Code" = "https://github.com/tox-dev/pre-commit-uv"
48+
urls.Documentation = "https://github.com/tox-dev/pre-commit-uv/"
4949

5050
[tool.hatch]
5151
build.dev-mode-dirs = [
@@ -111,8 +111,10 @@ ini_options.testpaths = [
111111
]
112112

113113
[tool.coverage]
114-
html.show_contexts = true
115-
html.skip_covered = false
114+
run.parallel = true
115+
run.plugins = [
116+
"covdefaults",
117+
]
116118
paths.source = [
117119
"src",
118120
".tox/*/.venv/lib/*/site-packages",
@@ -123,10 +125,8 @@ paths.source = [
123125
"**\\src",
124126
]
125127
report.fail_under = 63
126-
run.parallel = true
127-
run.plugins = [
128-
"covdefaults",
129-
]
128+
html.show_contexts = true
129+
html.skip_covered = false
130130

131131
[tool.mypy]
132132
show_error_codes = true

0 commit comments

Comments
 (0)