1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

constants.py is custom-formatted

This commit is contained in:
Patrick Kanzler 2017-01-30 01:42:34 +01:00
parent b4920aafe2
commit fc69754a21
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF

View File

@ -7,5 +7,5 @@ with-doctest=1
universal=1
[flake8]
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
max-line-length = 120