diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ca62cd7..c58f7d4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,12 +2,12 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: ['--keep-runtime-typing', '--py311-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.7 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -40,7 +40,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.1 hooks: - id: mypy # warn-unused-ignores is unsafe with pre-commit, see @@ -57,7 +57,7 @@ repos: - types-setuptools - typing-extensions - repo: https://github.com/PyCQA/pylint - rev: v3.2.3 + rev: v3.2.6 hooks: - id: pylint args: [ @@ -77,6 +77,6 @@ repos: additional_dependencies: - 'bandit[toml]' - repo: https://github.com/pycontribs/mirrors-prettier - rev: v3.3.1 + rev: v3.3.3 hooks: - id: prettier