diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 9c483cbd..00000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,18 +0,0 @@ -repos: - - repo: local - hooks: - - id: black - name: black - language: system - entry: black - types: [python] - - id: isort - name: isort - language: system - entry: isort - types: [python] - - id: flake8 - name: flake8 - language: system - entry: flake8 - types: [python]