diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea65d64..458ea36 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -26,7 +26,7 @@ repos: - --remove-unused-variables - --remove-all-unused-imports - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -44,11 +44,11 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.10 hooks: - id: bandit name: bandit