mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix terminal width detection.
This commit is contained in:
parent
06830ab590
commit
fa9db4ec23
3 changed files with 6 additions and 4 deletions
|
|
@ -4,7 +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