diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b268b628d2ec325e7b842ee69e1f75f6c15b322e..076a79714009bd884ab9da6551057e016e13c3dc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,5 @@ repos: -- repo: https://github.com/ambv/black +- repo: https://github.com/psf/black rev: stable hooks: - id: black - language_version: python3.7