We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b67d1 commit a33dcf2Copy full SHA for a33dcf2
pyproject.toml
@@ -87,6 +87,8 @@ lint.select = [
87
"PLC", # pylint conventions
88
"PLE", # pylint errors
89
"UP", # pyupgrade
90
+ "PLR1716",
91
+ "RET505",
92
"RET506",
93
]
94
lint.ignore = ["E402", "E501", "E731", "E741"]
0 commit comments