diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 63870f6..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -default_language_version: - python: 3.9.5 - -repos: -- repo: https://github.com/ambv/black - rev: 22.3.0 - hooks: - - id: black - args: - - --config=pyproject.toml -