Skip to content

Commit 35cee54

Browse files
Enforce ruff/flake8-logging rules (LOG)
1 parent 0cd688a commit 35cee54

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
@@ -277,6 +277,7 @@ extend-select = [
277277
"G", # flake8-logging-format
278278
"I", # isort
279279
"ISC", # flake8-implicit-str-concat
280+
"LOG", # flake8-logging
280281
"PERF", # Perflint
281282
"PGH", # pygrep-hooks
282283
"PT", # flake8-pytest-style

0 commit comments

Comments
 (0)