Add sample use to devtools.txt

This commit is contained in:
Daniel Rojas 2021-10-19 21:49:31 +02:00 committed by KV
parent ebd271d54c
commit 94f9d96197

View File

@ -3,9 +3,9 @@
# pip install -r devtools.txt
# Code formatting
black
isort
black # black src/wireviz/*.py
isort # isort src/wireviz/*py
# Development aids
pudb # visual python debugger
autoflake # to be tested
pudb # import pudb; pudb.set_trace()
autoflake # autoflake -i --remove-all-unused-imports src/wireviz/*.py