diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cecb6d..ff400a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,12 +98,12 @@ repos: additional_dependencies: [cmakelang] exclude: cmake/.* - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.6 hooks: - id: ruff - id: ruff-format - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -111,16 +111,16 @@ repos: - flake8-bugbear # Ruff does not implement all of bugbear - flake8-requirements # Not yet implemented https://github.com/astral-sh/ruff/issues/4100 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.1 hooks: - id: mypy args: [--python-version, '3.10'] - repo: https://github.com/PyCQA/pylint - rev: v3.2.4 + rev: v3.2.6 hooks: - id: pylint - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py310-plus, --keep-runtime-typing] @@ -129,10 +129,10 @@ repos: hooks: - id: shellcheck - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.1 hooks: - id: check-github-workflows - repo: https://github.com/crate-ci/typos - rev: v1.22.9 + rev: v1.23.6 hooks: - id: typos