diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4527564d1..ca5387ee4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.6.2 hooks: - id: ruff args: ["--fix", "--show-fixes"] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy name: mypy 3.8 on cibuildwheel/ @@ -77,7 +77,7 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.1 + rev: 0.29.2 hooks: - id: check-dependabot - id: check-github-actions diff --git a/unit_test/main_tests/conftest.py b/unit_test/main_tests/conftest.py index 43c2a0259..e4479db3b 100644 --- a/unit_test/main_tests/conftest.py +++ b/unit_test/main_tests/conftest.py @@ -47,7 +47,7 @@ def ignore_call(*args, **kwargs): @pytest.fixture(autouse=True) -def fake_package_dir_autouse(fake_package_dir): # noqa: ARG001 +def fake_package_dir_autouse(fake_package_dir): pass