python: Reformat code with black 22.3.0
Related to T3922
This commit is contained in:
parent
00f1b99ad9
commit
d38e05cff7
37 changed files with 265 additions and 144 deletions
|
@ -138,7 +138,7 @@ class GitHubLister(Lister[GitHubListerState, List[Dict[str, Any]]]):
|
|||
first_id: the id of the first repo to list
|
||||
last_id: stop listing after seeing a repo with an id higher than this value.
|
||||
|
||||
""" # noqa: E501
|
||||
""" # noqa: B950
|
||||
|
||||
LISTER_NAME = "github"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue