1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

add flake8 config

This commit is contained in:
Patrick Kanzler
2017-01-30 01:26:50 +01:00
parent c48a0bee51
commit 43e30707be
3 changed files with 22 additions and 2 deletions

View File

@@ -5,3 +5,7 @@ with-doctest=1
[bdist_wheel]
# This flag says that the code is written to work on both Python 2 and Python 3.
universal=1
[flake8]
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test
max-line-length = 100