Skip to content

Commit 7860a88

Browse files
[pre-commit.ci] pre-commit autoupdate (#215)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.14.2](tox-dev/pyproject-fmt@v2.12.1...v2.14.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) * [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 9f7ccec commit 7860a88

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.1"
23+
rev: "v2.14.2"
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.14.14"
27+
rev: "v0.15.0"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ paths.source = [
120120
"*\\src",
121121
]
122122
report.fail_under = 98
123-
report.omit = [
124-
]
123+
report.omit = []
125124
run.parallel = true
126125
run.plugins = [
127126
"covdefaults",
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[build-system]
22
build-backend = "build"
3-
requires = [
4-
]
3+
requires = []
54
backend-path = [
65
".",
76
]

0 commit comments

Comments
 (0)