markdown-fix-freeplane/tox.ini
2024-01-08 12:42:03 -05:00

12 lines
No EOL
204 B
INI

[tox]
envlist=py311
[testenv]
deps =
pydocstyle
pycodestyle
pytest
commands =
- pydocstyle --convention=google markdown_fix_freeplane/
- pycodestyle markdown_fix_freeplane/
pytest