Browse Source

[REM] remove xml and js checks from pre-commit

pull/84/head
robin.keunen 4 years ago
parent
commit
39c05cf6f6
  1. 12
      .pre-commit-config.yaml

12
.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
Loading…
Cancel
Save