exclude external projects

This commit is contained in:
Anthony Scopatz 2018-06-03 18:00:42 -04:00
parent 1e63dd3e5e
commit 060d4acb75

View file

@ -1,5 +1,7 @@
[pytest]
flake8-max-line-length = 180
flake8-exclude =
xonsh/pygments_cache.py
flake8-ignore =
*.py E122
*.py E402