diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ec8017..b73c063 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v5.0.0 hooks: - id: check-ast - id: check-builtin-literals @@ -18,11 +18,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.2.0 hooks: - id: flake8 additional_dependencies: ['flake8-bugbear']