From e83576f6b43de4c582d4ef209255fd6784dbf1cf Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 11 Aug 2020 19:21:40 +0100 Subject: [PATCH] Remove unused .pre-commit-config.yaml (#1042) Since we don't use that tool (), and there are better alternatives should we want to expand coverage of these kind of things. Closes @W-7923935@. [skip changelog] --- .pre-commit-config.yaml | 7 ------- 1 file changed, 7 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 859ac3d..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 - hooks: - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace