Skip to content

Commit 7baac76

Browse files
committed
ci: Ignore EM102 lint rule
1 parent 8714210 commit 7baac76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ignore = [
1616
"D417", # Missing argument description in the docstring
1717
"E501", # Line too long
1818
"EM101", # String literal when raising exception
19+
"EM102", # f-string when raising exception
1920
"ERA001", # Commented out code
2021
"G004", # Logging statement uses f-string
2122
"PLR0911", # Too many return statements

0 commit comments

Comments
 (0)