Silence naming errors for now as there are too many, should be slowly fixed.

This commit is contained in:
Tomáš Chvátal 2018-08-01 11:26:12 +02:00
parent 0fa85b2722
commit 5f2436df78
No known key found for this signature in database
GPG Key ID: E4A2468C8EEE3BE8
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ license_file = COPYING
test=pytest
[flake8]
ignore = E122,E501,W504
# Fix the N806 and N802 offenders diff.py lint.py pkg.py
ignore = E122,E501,W504,N806,N802
import-order-style = google
application-import-names = Testing