1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Increase line length to 130.

This commit is contained in:
William Ting 2016-04-29 00:37:54 -07:00
parent 25ef9c6a3c
commit 9cf647bc6d

View File

@ -17,6 +17,7 @@
- id: flake8
args:
- --max-complexity=10
- --max-line-length=130
- --ignore=E126,E128,E731
- --exclude=bin/autojump_argparse.py
- id: requirements-txt-fixer