Skip to content

Commit fbf6525

Browse files
authored
Merge pull request #155 from kitware-resonant/ruff-em
2 parents 123e267 + 8bf0f20 commit fbf6525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ignore = [
139139
# Overly burdensome
140140
"ANN", # flake8-annotations
141141
"D1", # undocumented-*
142-
"EM101", # raw-string-in-exception
142+
"EM", # flake8-errmsg
143143
"ERA001", # commented-out-code
144144
"FIX", # flake8-fixme
145145
"RET506", # superfluous-else-raise

0 commit comments

Comments
 (0)