Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ repos:
- id: check-github-workflows
args: ["--verbose"]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1
rev: v2.4.2
hooks:
- id: codespell
additional_dependencies: ["tomli>=2.3"]
- repo: https://github.com/tox-dev/tox-toml-fmt
rev: "v1.8.0"
rev: "v1.9.1"
hooks:
- id: tox-toml-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.16.2"
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.15.4"
rev: "v0.15.5"
hooks:
- id: ruff-format
- id: ruff
Expand Down
4 changes: 2 additions & 2 deletions tox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands = [
"python",
"-m",
"pytest",
{ replace = "posargs", extend = true, default = [
{ replace = "posargs", default = [
"--cov",
"{env_site_packages_dir}{/}sphinx_argparse_cli",
"--cov",
Expand All @@ -31,7 +31,7 @@ commands = [
"--junitxml",
"{work_dir}{/}junit.{env_name}.xml",
"tests",
] },
], extend = true },
],
]

Expand Down