diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dcebbd..8894926 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: debug-statements - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pyupgrade args: [--py36-plus] @@ -25,7 +25,7 @@ repos: language: python types: [python] - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 21.4b0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -33,8 +33,8 @@ repos: hooks: - id: blacken-docs additional_dependencies: [black] -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.0 +- repo: https://github.com/PyCQA/flake8 + rev: 3.9.1 hooks: - id: flake8 additional_dependencies: [