12 lines
No EOL
204 B
INI
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 |