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 8714210 commit 7baac76Copy full SHA for 7baac76
1 file changed
config/ruff.toml
@@ -16,6 +16,7 @@ ignore = [
16
"D417", # Missing argument description in the docstring
17
"E501", # Line too long
18
"EM101", # String literal when raising exception
19
+ "EM102", # f-string when raising exception
20
"ERA001", # Commented out code
21
"G004", # Logging statement uses f-string
22
"PLR0911", # Too many return statements
0 commit comments