Add sample use to devtools.txt
This commit is contained in:
parent
ebd271d54c
commit
94f9d96197
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user