- Made the same renaming in the yaml laydown config files. - Added Type hints wherever I've been. - Added a custom NodeType in custom_typing.py to encompass the Union of ActiveNode, PassiveNode, ServiceNode.
14 lines
145 B
INI
14 lines
145 B
INI
[flake8]
|
|
max-line-length=120
|
|
extend-ignore =
|
|
D105
|
|
D107
|
|
D100
|
|
D104
|
|
E203
|
|
E712
|
|
D401
|
|
F811
|
|
exclude =
|
|
docs/source/*
|