diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100755 index 4003cb32..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,6 +0,0 @@ -repos: -- repo: https://github.com/ambv/black - rev: 23.10.1 - hooks: - - id: black - language_version: python3.12.2