From e047a986e992a4dbb575a3fd30567f40e93562cf Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:46:41 +0100 Subject: [PATCH] Remove eslint from pre-commit --- .pre-commit-config.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bbe608..8d5f297 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,8 @@ repos: hooks: - id: flake8 exclude: ^core/migrations - - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.18.0 - hooks: - - id: eslint - repo: https://github.com/thibaudcolas/curlylint rev: v0.13.1 hooks: - id: curlylint - files: \.(html|sls)$ \ No newline at end of file + files: \.(html|sls)$