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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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