chore: add Ruff logging format check

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2023-04-18 12:01:08 -04:00
parent 1512427455
commit ec9919a088
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -128,6 +128,7 @@ select = [
"EM", # flake8-errmsg
"ICN", # flake8-import-conventions
"ISC", # flake8-implicit-str-concat
"G", # flake8-logging-format
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PL", # pylint