Skip to content

Commit 5a2138a

Browse files
chore (pyproject.toml): ignore star imports
F405
1 parent 65510e8 commit 5a2138a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ select = [
155155
# isort
156156
"I",
157157
]
158-
ignore = ["D203", "E203", "E251", "E266", "E401", "E402", "E501", "F401", "F403", "F841"]
158+
ignore = ["D203", "E203", "E251", "E266", "E401", "E402", "E501", "F401", "F403", "F405", "F841"]
159159

160160
# Allow unused variables when underscore-prefixed.
161161
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

0 commit comments

Comments
 (0)