diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adca030fefe0..b865f88350ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: auto-walrus - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.14 + rev: v0.15.15 hooks: - id: ruff-check - id: ruff-format @@ -32,7 +32,7 @@ repos: - tomli - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.21.2 + rev: v2.23.0 hooks: - id: pyproject-fmt diff --git a/pyproject.toml b/pyproject.toml index 34e099a46435..0b0c3f5cfda4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -169,14 +169,14 @@ skip = """\ python_version = "3.14" [tool.pytest] -ini_options.markers = [ - "mat_ops: mark a test as utilizing matrix operations.", -] ini_options.addopts = [ "--durations=10", "--doctest-modules", "--showlocals", ] +ini_options.markers = [ + "mat_ops: mark a test as utilizing matrix operations.", +] [tool.coverage] report.omit = [