Closed viniarck closed 1 year ago
@Alopalao let's also include black as a linter since this is a new NApp and new code base should also formatted with black, similar to flow_manager:
black
flow_manager
https://github.com/kytos-ng/flow_manager/blob/master/setup.cfg#L10
But let's address this once the upcoming chore/starlette PR lands, just so requirements don't have to regenerated and then black as a development testing dependency will be in place.
chore/starlette
@Alopalao let's also include
black
as a linter since this is a new NApp and new code base should also formatted withblack
, similar toflow_manager
:https://github.com/kytos-ng/flow_manager/blob/master/setup.cfg#L10
But let's address this once the upcoming
chore/starlette
PR lands, just so requirements don't have to regenerated and thenblack
as a development testing dependency will be in place.