Skip to content

Commit be06973

Browse files
[pre-commit.ci] pre-commit autoupdate (#83)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d14728a commit be06973

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.pre-commit-config.yaml

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

pyproject.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -71,28 +71,6 @@ version.source = "vcs"
7171
[tool.black]
7272
line-length = 120
7373

74-
[tool.coverage]
75-
html.show_contexts = true
76-
html.skip_covered = false
77-
paths.source = [
78-
"src",
79-
".tox*/*/lib/python*/site-packages",
80-
".tox*/pypy*/site-packages",
81-
".tox*\\*\\Lib\\site-packages",
82-
"*/src",
83-
"*\\src",
84-
]
85-
report.fail_under = 98
86-
report.omit = []
87-
run.parallel = true
88-
run.plugins = ["covdefaults"]
89-
90-
[tool.mypy]
91-
python_version = "3.11"
92-
show_error_codes = true
93-
strict = true
94-
overrides = [{ module = ["virtualenv.*"], ignore_missing_imports = true }]
95-
9674
[tool.ruff]
9775
select = ["ALL"]
9876
line-length = 120
@@ -116,3 +94,25 @@ ignore = [
11694
"S603", # `subprocess` call: check for execution of untrusted input
11795
"PLR2004", # Magic value used in comparison, consider replacing with a constant variable
11896
]
97+
98+
[tool.coverage]
99+
html.show_contexts = true
100+
html.skip_covered = false
101+
paths.source = [
102+
"src",
103+
".tox*/*/lib/python*/site-packages",
104+
".tox*/pypy*/site-packages",
105+
".tox*\\*\\Lib\\site-packages",
106+
"*/src",
107+
"*\\src",
108+
]
109+
report.fail_under = 98
110+
report.omit = []
111+
run.parallel = true
112+
run.plugins = ["covdefaults"]
113+
114+
[tool.mypy]
115+
python_version = "3.11"
116+
show_error_codes = true
117+
strict = true
118+
overrides = [{ module = ["virtualenv.*"], ignore_missing_imports = true }]

0 commit comments

Comments
 (0)