diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f58dd6b..86019c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.4b0 + rev: 21.5b1 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v3.4.0 + rev: v4.0.1 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -19,7 +19,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/pycqa/flake8.git - rev: 3.9.1 + rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git