chore(pre_commit): ⬆ pre_commit autoupdate (#2180)

* chore(pre_commit): ⬆ pre_commit autoupdate

updates:
- [github.com/tox-dev/pyproject-fmt: v2.18.1 → v2.20.0](https://github.com/tox-dev/pyproject-fmt/compare/v2.18.1...v2.20.0)
- [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.6...v0.15.7)

* fix(pre_commit): 🎨 auto format pre-commit hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2026-03-24 21:07:32 +01:00 committed by GitHub
parent d94db74493
commit d6a24d0dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ repos:
args: ["--print-width=120"]
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.18.1
rev: v2.20.0
hooks:
- id: pyproject-fmt
@ -44,7 +44,7 @@ repos:
- id: validate-pyproject
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.6
rev: v0.15.7
hooks:
- id: ruff-check
args: [--fix]

View File

@ -178,13 +178,6 @@ count = true
quiet-level = 3
ignore-words-list = "STrack,sTrack,strack"
[tool.pytest]
ini_options.addopts = [
"--doctest-modules",
"--color=yes",
]
ini_options.doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
[tool.mypy]
python_version = "3.9"
ignore_missing_imports = false
@ -204,6 +197,13 @@ overrides = [
], ignore_errors = true },
]
[tool.pytest]
ini_options.addopts = [
"--doctest-modules",
"--color=yes",
]
ini_options.doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
[tool.autoflake]
check = true
imports = [ "cv2", "supervision" ]