Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

Commit a9e3215

Browse files
[pre-commit.ci] pre-commit autoupdate (#119)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.6](astral-sh/ruff-pre-commit@v0.15.5...v0.15.6) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.19.0](tox-dev/pyproject-fmt@v2.16.2...v2.19.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dfea66c commit a9e3215

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-yaml
99
# ----- Python formatting -----
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.15.5
11+
rev: v0.15.6
1212
hooks:
1313
# Run ruff linter.
1414
- id: ruff
@@ -24,7 +24,7 @@ repos:
2424
- id: pretty-format-yaml
2525
args: [--autofix, --indent, '2']
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.16.2
27+
rev: v2.19.0
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/abravalheri/validate-pyproject

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ packages.find = { exclude = [
5959

6060
[tool.pytest]
6161
# enable setuptools-scm versioning
62-
6362
ini_options.addopts = "--tb=short --color=yes -rsw --cov=pydeps2env"
6463
ini_options.testpaths = [
6564
"test",

0 commit comments

Comments
 (0)