diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 369ba4aaa..8b46f9f86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,7 +14,7 @@ repos: - id: debug-statements - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 @@ -24,6 +24,6 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 23.10.1 hooks: - id: black