Skip to content

Commit

Permalink
ruff: ignore EM*
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Nov 13, 2023
1 parent 8f2fd79 commit 952e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ignore = [
"D213", # Multi-line docstring summary should start at the second line
"D400", # First line should end with a period
"D415", # First line should end with a period, question mark, or exclamation point
"EM101", # Exception must not use a string literal, assign to variable first
"EM", # Exception texts - https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
"G004", # Logging statement uses f-string
"ISC001", # single-line-implicit-string-concatenation
"S101", # use of assert detected
Expand Down

0 comments on commit 952e758

Please sign in to comment.