summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-23 03:20:58 -0400
committerseth <[email protected]>2023-04-23 03:21:19 -0400
commit73ea0ac824ded84978e1b3b9653df407d83c9024 (patch)
tree892ce7c8e02723998b1d6daaf360d0c2461df680 /.pre-commit-config.yaml
parentb336cdb0cdcdeff54bb7c28d11762d9be71d5de2 (diff)
feat: move pre-commit to nix
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"]