From 39c05cf6f634d85106f21de8aeab32dd3539317b Mon Sep 17 00:00:00 2001 From: "robin.keunen" Date: Wed, 22 Apr 2020 14:41:08 +0200 Subject: [PATCH] [REM] remove xml and js checks from pre-commit --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3ce9088..43b7ca3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-symlinks - - id: check-xml +# - id: check-xml - id: mixed-line-ending args: ["--fix=lf"] - repo: https://github.com/pre-commit/mirrors-pylint @@ -62,8 +62,8 @@ repos: - id: isort name: isort except __init__.py exclude: /__init__\.py$ -- repo: https://github.com/pre-commit/mirrors-eslint - rev: v6.5.1 - hooks: - - id: eslint - verbose: true +#- repo: https://github.com/pre-commit/mirrors-eslint +# rev: v6.5.1 +# hooks: +# - id: eslint +# verbose: true