aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPherkel2023-09-11 20:47:45 +0200
committerPherkel2023-09-11 20:47:45 +0200
commita4c4fcc20a789834be8bff0a468b0a877ab70364 (patch)
tree5c733aceba58742bb9972b5951281a45d428194a /.pre-commit-config.yaml
parent0e457b1a553ca2d9f4e2449c620925c634a82efd (diff)
removed bloat, reduced ci deps
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
deleted file mode 100644
index af91a5e..0000000
--- a/.pre-commit-config.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-repos:
- - repo: https://github.com/psf/black.git
- rev: 23.7.0
- hooks:
- - id: black
- - repo: https://github.com/pre-commit/mirrors-mypy
- rev: ''
- hooks:
- - id: mypy
- - repo: https://github.com/pylint-dev/pylint.git
- rev: v2.17.5
- hooks:
- - id: pylint
- \ No newline at end of file