diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2192324..647b52cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: # security linter on - repo: https://github.com/pycqa/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit name: check security by Bandit @@ -38,7 +38,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.6.5' + rev: 'v0.6.8' hooks: - id: ruff name: lint by Ruff