diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4dcebbd..451f423 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.4.0 + rev: v4.0.1 hooks: - id: check-added-large-files args: ['--maxkb=100'] @@ -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.16.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.5b1 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.2 hooks: - id: flake8 additional_dependencies: [