Skip to content

Commit

Permalink
Alternative way to exclude pygments_cache from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Jul 21, 2018
1 parent fe36847 commit 2e064dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
@@ -1,11 +1,10 @@
[tool:pytest]
flake8-max-line-length = 180
flake8-exclude =
xonsh/pygments_cache.py
flake8-ignore =
*.py E122
*.py E402
tests/tools.py E128
xonsh/pygments_cache.py ALL
# flake8 gives incorrect unused import errors, F401
xonsh/ast.py F401
xonsh/platform.py F401
Expand Down

0 comments on commit 2e064dd

Please sign in to comment.