diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d65b7bc..97f3748 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,12 +10,12 @@ 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 @@ -23,7 +23,7 @@ repos: 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 diff --git a/tox.toml b/tox.toml index 205fdf2..370e1ef 100644 --- a/tox.toml +++ b/tox.toml @@ -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", @@ -31,7 +31,7 @@ commands = [ "--junitxml", "{work_dir}{/}junit.{env_name}.xml", "tests", - ] }, + ], extend = true }, ], ]