diff --git a/src/pyproject.toml.jinja b/src/pyproject.toml.jinja index abba214..430f192 100644 --- a/src/pyproject.toml.jinja +++ b/src/pyproject.toml.jinja @@ -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