diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a62c209..3028e9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1 +1,11 @@ -repos: [] \ No newline at end of file +--- +repos: + - repo: https://github.com/psf/black + rev: 22.1.0 + hooks: + - id: black + language_version: python3.7 + - repo: https://github.com/PyCQA/isort + rev: 5.10.1 + hooks: + - id: isort