Skip to content

Commit a33dcf2

Browse files
authored
Add newly resolved lints (#172)
1 parent f1b67d1 commit a33dcf2

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
@@ -87,6 +87,8 @@ lint.select = [
8787
"PLC", # pylint conventions
8888
"PLE", # pylint errors
8989
"UP", # pyupgrade
90+
"PLR1716",
91+
"RET505",
9092
"RET506",
9193
]
9294
lint.ignore = ["E402", "E501", "E731", "E741"]

0 commit comments

Comments
 (0)