Skip to content

Commit 8d5f95f

Browse files
committed
Ignore additional lint rules
1 parent 4fcd9d9 commit 8d5f95f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ ignore = [
6666
"E2", # conflicts with black
6767
"E402", # module level import not at top of file
6868
"E501", # conflicts with black
69+
"E721", # Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
6970
"E731", # Do not assign a `lambda` expression, use a `def`
7071
"E741", # Ambiguous variable name
72+
"UP031", # Use format specifiers instead of percent format
7173
"UP032", # 'f-string always preferable to format' is controversial
7274
"C416", # There are a few cases where it's nice to have names for the dict items
7375
]

0 commit comments

Comments
 (0)