diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d596599..477c4d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,6 @@ repos: - repo: https://github.com/psf/black rev: 22.10.0 - language_version: python3.9 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks