diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 05ec454..d2e6aed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,12 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.0.0 + - repo: https://github.com/psf/black + rev: 22.8.0 + hooks: + - id: black + language_version: python3.7 + - repo: https://gitlab.com/pycqa/flake8 + rev: 3.9.2 hooks: - id: flake8 \ No newline at end of file