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