summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
deleted file mode 100644
index 6e0c147..0000000
--- a/.pre-commit-config.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-repos:
-- repo: https://github.com/pycqa/isort
- rev: 5.11.2
- hooks:
- - id: isort
- name: isort (python)
-
-- repo: local
- hooks:
- - id: pylint
- name: pylint
- entry: pylint
- language: system
- types: [python]
-
-- repo: https://github.com/pre-commit/mirrors-yapf
- rev: "v0.32.0" # Use the sha / tag you want to point at
- hooks:
- - id: yapf
- additional_dependencies: ["toml"]