moving flake config to one file (#1546)

This commit is contained in:
Poolitzer 2019-10-14 01:10:51 -07:00 committed by Noam Meltzer
parent 3545139dd7
commit e54e9f2347
2 changed files with 2 additions and 4 deletions

View file

@ -10,9 +10,6 @@ repos:
sha: 0b70e285e369bcb24b57b74929490ea7be9c4b19
hooks:
- id: flake8
exclude: ^(setup.py|docs/source/conf.py)$
args:
- --ignore=W605,W503
- repo: git://github.com/pre-commit/mirrors-pylint
sha: 9d8dcbc2b86c796275680f239c1e90dcd50bd398
hooks:

View file

@ -14,7 +14,8 @@ upload-dir = docs/build/html
[flake8]
max-line-length = 99
ignore = W503
ignore = W503, W605
exclude = setup.py, docs/source/conf.py
[yapf]
based_on_style = google