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 # pip install -r devtools.txt
# Code formatting # Code formatting
black black # black src/wireviz/*.py
isort isort # isort src/wireviz/*py
# Development aids # Development aids
pudb # visual python debugger pudb # import pudb; pudb.set_trace()
autoflake # to be tested autoflake # autoflake -i --remove-all-unused-imports src/wireviz/*.py