diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af8d736..efc1a8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.14.0 + rev: v2.15.0 hooks: - id: pyupgrade - repo: https://github.com/PyCQA/isort @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.4b2 + rev: 21.5b1 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -43,7 +43,7 @@ repos: - id: tox-ini-fmt args: ["-p", "fix"] - repo: https://github.com/PyCQA/flake8 - rev: "3.9.1" + rev: "3.9.2" hooks: - id: flake8 additional_dependencies: ["flake8-bugbear == 20.1.4"]