Enable flake8-errmsg linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-errmsg-em.
This commit is contained in:
@@ -9,6 +9,7 @@ select = [
|
||||
"COM", # flake8-commas
|
||||
"DTZ", # flake8-commas
|
||||
"E", # pycodestyle errors
|
||||
"EM", # pycodestyle errors
|
||||
"F", # pyflakes errors
|
||||
"I", # isort
|
||||
"ISC", # flake8-implicit-str-concat
|
||||
|
||||
Reference in New Issue
Block a user