diff options
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a099e48..674c995 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,11 +3,9 @@ repos: rev: 4.3.21 hooks: - id: isort - language_version: python3.6 additional_dependencies: - toml - repo: https://github.com/python/black rev: 19.10b0 hooks: - id: black - language_version: python3.6 |