1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

enable flake8-docstrings

This commit is contained in:
Patrick Kanzler
2023-08-10 22:26:46 +02:00
parent fbd93e3540
commit b1011a1ee5
5 changed files with 6 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
[testenv:flake8]
basepython = python
# TODO add flake8-future
# TODO add flake8-docstrings
deps = flake8
flake8-docstrings
commands = flake8