Skip to content

Commit e952f5e

Browse files
allow wildcard imports
1 parent 9a5cb58 commit e952f5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ ignore = [
138138
"UP035", # Allow python typing modules
139139
"RUF005", # Allow using + operator to concatenate collections
140140
"B904", # Allow raise custom exceptions in except blocks
141+
"F403", # Allow wildcard imports
141142
]
142143

143144
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)