diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f20db98..91c9adf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.3.2 hooks: - id: ruff - repo: https://github.com/pycqa/isort @@ -33,12 +33,12 @@ repos: exclude: "migrations/" args: [--max-line-length, "120"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' + rev: 'v1.9.0' hooks: - id: mypy args: [--install-types, --non-interactive, --ignore-missing-imports] - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit args: [--exclude, "tests"]