|
@ -33,7 +33,7 @@ repos: |
|
|
- id: check-executables-have-shebangs |
|
|
- id: check-executables-have-shebangs |
|
|
- id: check-merge-conflict |
|
|
- id: check-merge-conflict |
|
|
- id: check-symlinks |
|
|
- id: check-symlinks |
|
|
- id: check-xml |
|
|
|
|
|
|
|
|
# - id: check-xml |
|
|
- id: mixed-line-ending |
|
|
- id: mixed-line-ending |
|
|
args: ["--fix=lf"] |
|
|
args: ["--fix=lf"] |
|
|
- repo: https://github.com/pre-commit/mirrors-pylint |
|
|
- repo: https://github.com/pre-commit/mirrors-pylint |
|
@ -62,8 +62,8 @@ repos: |
|
|
- id: isort |
|
|
- id: isort |
|
|
name: isort except __init__.py |
|
|
name: isort except __init__.py |
|
|
exclude: /__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 |