diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3338bab..179bc61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,18 +14,18 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 19.10b0 + rev: 21.4b2 hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.0 + - repo: https://github.com/PyCQA/flake8 + rev: 3.9.1 hooks: - id: flake8 args: [--max-line-length=88] language_version: python3.7 - repo: https://github.com/PyCQA/isort - rev: 5.7.0 + rev: 5.8.0 hooks: - id: isort