From a7df5ec2f9db203fe9c845b30b21f00a0f5879c3 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Fri, 12 Apr 2024 14:11:41 +0200 Subject: [PATCH] chore(linting): drop pre-commit --- .pre-commit-config.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .pre-commit-config.yaml 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]