Enable flake8-errmsg linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-errmsg-em.
This commit is contained in:
Marc Wrobel
2023-12-30 11:26:28 +01:00
parent fb7c4f6bcc
commit 298ad1a754
4 changed files with 7 additions and 3 deletions

View File

@@ -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