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

add flake8-checks to travis

This commit is contained in:
Patrick Kanzler
2017-01-30 02:29:08 +01:00
parent 81028f9a35
commit 337e8ee19e
6 changed files with 11 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ universal=1
[flake8]
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
max-line-length = 120
# future-imports = absolute_import, division, print_function, unicode_literals # we are not there yet