From a4c4fcc20a789834be8bff0a468b0a877ab70364 Mon Sep 17 00:00:00 2001 From: Pherkel Date: Mon, 11 Sep 2023 20:47:45 +0200 Subject: removed bloat, reduced ci deps --- .pre-commit-config.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .pre-commit-config.yaml (limited to '.pre-commit-config.yaml') 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 -- cgit v1.2.3