kytos-ng / of_multi_table

This NApp allows the application of a pipeline represented as a multi table system on each switch.
MIT License
0 stars 0 forks source link

chore: include black as a linter #11

Closed viniarck closed 1 year ago

viniarck commented 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:

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.