Add sample use to devtools.txt

This commit is contained in:
Daniel Rojas 2021-10-19 21:49:31 +02:00
parent 7abfd1df4a
commit 63f21b2e8a

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