diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11b68123b..05409a6df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-added-large-files - id: debug-statements - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.10.0 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 @@ -24,7 +24,7 @@ repos: - flake8-bugbear exclude: docs\/.* - repo: https://github.com/asottile/pyupgrade - rev: v2.26.0 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py3-plus]