diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dad21fd02ef..f9b272f635c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: isort # https://github.com/python/black#version-control-integration - repo: https://github.com/psf/black - rev: 21.4b2 + rev: 21.5b0 hooks: - id: black - repo: https://github.com/keewis/blackdoc @@ -21,7 +21,7 @@ repos: hooks: - id: blackdoc - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.1 + rev: 3.9.2 hooks: - id: flake8 # - repo: https://github.com/Carreau/velin