diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ca62cd7..225ac74c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: pyupgrade args: ['--keep-runtime-typing', '--py311-plus'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.10 + rev: v0.5.1 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.10.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.5 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.2 hooks: - id: prettier