mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Alternative way to exclude pygments_cache from flake8
This commit is contained in:
parent
fe36847833
commit
2e064dd630
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue