Skip to content

Commit 8e87f8e

Browse files
Enforce ruff/flake8-logging-format rules (G)
1 parent b327d81 commit 8e87f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ extend-select = [
211211
"B", # flake8-bugbear
212212
"C4", # flake8-comprehensions
213213
"FLY", # flynt
214+
"G", # flake8-logging-format
214215
"I", # isort
215216
"ISC", # flake8-implicit-str-concat
216217
"PGH", # pygrep-hooks

0 commit comments

Comments
 (0)