diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5132aa7b..2e9deea8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.3.0 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.3.2 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -83,7 +83,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy # warn-unused-ignores is unsafe with pre-commit, see @@ -117,7 +117,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit language_version: python3