Forces all from imports to appear on their own line
This commit is contained in:
parent
e2283eb920
commit
0400fed26a
7 changed files with 57 additions and 23 deletions
|
|
@ -35,6 +35,7 @@ lint.unfixable = ["F841"]
|
|||
|
||||
lint.pydocstyle.convention = "google"
|
||||
lint.isort.required-imports = ["from __future__ import annotations"]
|
||||
lint.isort.force-single-line = true
|
||||
|
||||
lint.ignore = [
|
||||
"ANN002", # Checks that function *args arguments have type annotations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue