Add pyan to devtools.txt

This commit is contained in:
Daniel Rojas 2021-10-22 21:13:53 +02:00
parent b45d0aee50
commit 622986a247

View File

@ -9,3 +9,4 @@ isort # isort src/wireviz/*py
# Development aids # Development aids
pudb # import pudb; pudb.set_trace() pudb # import pudb; pudb.set_trace()
autoflake # autoflake -i --remove-all-unused-imports src/wireviz/*.py autoflake # autoflake -i --remove-all-unused-imports src/wireviz/*.py
pyan # pyan3 src/wireviz/*.py -uncge --html > temp/pyan.html