diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2192324..a09dd58b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: repos: # basic hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -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.7.1' hooks: - id: ruff name: lint by Ruff @@ -46,7 +46,7 @@ repos: # uncompromise python formatter - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black name: format by black