adding isort/pre-commit dev dependencies and setup.cfg for isort
This commit is contained in:
parent
d11480c1c5
commit
a004285514
4 changed files with 124 additions and 2 deletions
|
@ -9,6 +9,8 @@ coredev = "python scripts/core-daemon -f data/core.conf -l data/logging.conf"
|
|||
[dev-packages]
|
||||
grpcio-tools = "*"
|
||||
core = {editable = true,path = "."}
|
||||
isort = "*"
|
||||
pre-commit = "*"
|
||||
|
||||
[packages]
|
||||
configparser = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue