[pre-commit.ci] pre-commit autoupdate (#250)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
69c08e4a97
commit
f00eaa2e52
|
@ -14,12 +14,12 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://github.com/tox-dev/tox-ini-fmt
|
- repo: https://github.com/tox-dev/tox-ini-fmt
|
||||||
rev: "1.3.0"
|
rev: "1.3.1"
|
||||||
hooks:
|
hooks:
|
||||||
- id: tox-ini-fmt
|
- id: tox-ini-fmt
|
||||||
args: ["-p", "fix"]
|
args: ["-p", "fix"]
|
||||||
- repo: https://github.com/tox-dev/pyproject-fmt
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
||||||
rev: "0.11.2"
|
rev: "0.12.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyproject-fmt
|
- id: pyproject-fmt
|
||||||
additional_dependencies: ["tox>=4.6"]
|
additional_dependencies: ["tox>=4.6"]
|
||||||
|
|
|
@ -66,13 +66,6 @@ version.source = "vcs"
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
|
||||||
[tool.coverage]
|
|
||||||
html.show_contexts = true
|
|
||||||
html.skip_covered = false
|
|
||||||
paths.source = ["src", ".tox/*/lib/python*/site-packages", "*/src"]
|
|
||||||
run.parallel = true
|
|
||||||
run.plugins = ["covdefaults"]
|
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = ["ALL"]
|
select = ["ALL"]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
|
@ -94,3 +87,10 @@ ignore = [
|
||||||
"S603", # `subprocess` call: check for execution of untrusted input
|
"S603", # `subprocess` call: check for execution of untrusted input
|
||||||
"PLR2004", # Magic value used in comparison, consider replacing with a constant variable
|
"PLR2004", # Magic value used in comparison, consider replacing with a constant variable
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.coverage]
|
||||||
|
html.show_contexts = true
|
||||||
|
html.skip_covered = false
|
||||||
|
paths.source = ["src", ".tox/*/lib/python*/site-packages", "*/src"]
|
||||||
|
run.parallel = true
|
||||||
|
run.plugins = ["covdefaults"]
|
||||||
|
|
Loading…
Reference in New Issue