Skip to content

Commit 88dafb0

Browse files
update rules
1 parent 616c290 commit 88dafb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ ignore = [
134134
"FBT003",# Allow boolean positional values in function calls
135135
"C901", # Ignore complexity checking
136136
"E501", # Ignore line length errors (handled by formatter)
137+
"UP006", # Allow python typing modules
138+
"UP035", # Allow python typing modules
139+
"RUF005", # Allow using + operator to concatenate collections
140+
"B904", # Allow raise custom exceptions in except blocks
137141
]
138142

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

0 commit comments

Comments
 (0)