diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c003593..23eea98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.1.0 hooks: - id: check-yaml - id: check-added-large-files @@ -14,10 +14,10 @@ repos: - id: flake8 types: [file, python] - repo: https://github.com/timothycrosley/isort - rev: 5.8.0 + rev: 5.10.1 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.6b0 + rev: 21.12b0 hooks: - id: black