1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

Update setup.cfg

This commit is contained in:
Patrick Kanzler
2023-09-02 22:46:45 +02:00
committed by GitHub
parent 0ba6020e19
commit 3f3bb6350e

View File

@@ -76,4 +76,4 @@ all =
[flake8]
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
max-line-length = 120
extend-ignore = W503
extend-ignore = E203, W503