Skip to content

Commit 9eda691

Browse files
[pre-commit.ci] pre-commit autoupdate (#76)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9866ca5 commit 9eda691

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
hooks:
1515
- id: black
1616
- repo: https://github.com/tox-dev/tox-ini-fmt
17-
rev: "1.3.0"
17+
rev: "1.3.1"
1818
hooks:
1919
- id: tox-ini-fmt
2020
args: ["-p", "fix"]
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "0.11.2"
22+
rev: "0.12.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
additional_dependencies: ["tox>=4.6"]

pyproject.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,27 +62,6 @@ version.source = "vcs"
6262
[tool.black]
6363
line-length = 120
6464

65-
[tool.coverage]
66-
html.show_contexts = true
67-
html.skip_covered = false
68-
paths.source = [
69-
"src",
70-
".tox*/*/lib/python*/site-packages",
71-
".tox*/pypy*/site-packages",
72-
".tox*\\*\\Lib\\site-packages",
73-
"*/src",
74-
"*\\src",
75-
]
76-
report.fail_under = 98
77-
report.omit = []
78-
run.parallel = true
79-
run.plugins = ["covdefaults"]
80-
81-
[tool.mypy]
82-
python_version = "3.11"
83-
show_error_codes = true
84-
strict = true
85-
8665
[tool.ruff]
8766
select = ["ALL"]
8867
line-length = 120
@@ -104,3 +83,24 @@ ignore = [
10483
"S603", # `subprocess` call: check for execution of untrusted input
10584
"PLR2004", # Magic value used in comparison, consider replacing with a constant variable
10685
]
86+
87+
[tool.coverage]
88+
html.show_contexts = true
89+
html.skip_covered = false
90+
paths.source = [
91+
"src",
92+
".tox*/*/lib/python*/site-packages",
93+
".tox*/pypy*/site-packages",
94+
".tox*\\*\\Lib\\site-packages",
95+
"*/src",
96+
"*\\src",
97+
]
98+
report.fail_under = 98
99+
report.omit = []
100+
run.parallel = true
101+
run.plugins = ["covdefaults"]
102+
103+
[tool.mypy]
104+
python_version = "3.11"
105+
show_error_codes = true
106+
strict = true

0 commit comments

Comments
 (0)