From bd52675ac4e1fff973b002b62f8edb86ec7a4abf Mon Sep 17 00:00:00 2001 From: Mark Cornick Date: Fri, 3 Feb 2023 22:01:27 -0500 Subject: [PATCH] chore: remove .pre-commit-config.yaml --- .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 8112398..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,18 +0,0 @@ ---- -repos: - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 - hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-added-large-files - - repo: https://github.com/pycqa/isort - rev: 5.10.1 - hooks: - - id: isort - name: isort (python) - - repo: https://github.com/psf/black - rev: 22.3.0 - hooks: - - id: black - language_version: python3.10