mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
Update .pre-commit-config.yaml
This commit is contained in:
parent
3bac9613e8
commit
d3db038582
1 changed files with 1 additions and 4 deletions
|
|
@ -4,10 +4,7 @@
|
|||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: autopep8-wrapper
|
||||
args:
|
||||
- -i
|
||||
- --ignore=E265,E309,E501
|
||||
- -v
|
||||
args: ['-i', '--ignore=E265,E309,E501']
|
||||
- id: check-json
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue