diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca647b8..dbbfda9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,14 +16,14 @@ repos: # mypy - lint-like type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.9.0 hooks: - id: mypy name: mypy # bandit - find common security issues - repo: https://github.com/pycqa/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit name: bandit @@ -31,7 +31,7 @@ repos: # ruff - linting and format - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.0" + rev: "v0.3.2" hooks: - id: ruff args: [--fix]