Skip to content

Commit d6a24d0

Browse files
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](tox-dev/pyproject-fmt@v2.18.1...v2.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.7](astral-sh/ruff-pre-commit@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>
1 parent d94db74 commit d6a24d0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
args: ["--print-width=120"]
3535

3636
- repo: https://github.com/tox-dev/pyproject-fmt
37-
rev: v2.18.1
37+
rev: v2.20.0
3838
hooks:
3939
- id: pyproject-fmt
4040

@@ -44,7 +44,7 @@ repos:
4444
- id: validate-pyproject
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.15.6
47+
rev: v0.15.7
4848
hooks:
4949
- id: ruff-check
5050
args: [--fix]

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,6 @@ count = true
178178
quiet-level = 3
179179
ignore-words-list = "STrack,sTrack,strack"
180180

181-
[tool.pytest]
182-
ini_options.addopts = [
183-
"--doctest-modules",
184-
"--color=yes",
185-
]
186-
ini_options.doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
187-
188181
[tool.mypy]
189182
python_version = "3.9"
190183
ignore_missing_imports = false
@@ -204,6 +197,13 @@ overrides = [
204197
], ignore_errors = true },
205198
]
206199

200+
[tool.pytest]
201+
ini_options.addopts = [
202+
"--doctest-modules",
203+
"--color=yes",
204+
]
205+
ini_options.doctest_optionflags = "ELLIPSIS NORMALIZE_WHITESPACE"
206+
207207
[tool.autoflake]
208208
check = true
209209
imports = [ "cv2", "supervision" ]

0 commit comments

Comments
 (0)