diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f1d389..5b395af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ repos: rev: 20.8b1 hooks: - id: black - language_version: python3.7 + language_version: python3 - repo: https://github.com/asottile/blacken-docs rev: v0.5.0 hooks: - id: blacken-docs additional_dependencies: [black==20.8b1] - language_version: python3.7 + language_version: python3 - repo: https://github.com/asottile/reorder_python_imports rev: v2.3.5