Skip to content

Commit 2357b9e

Browse files
committed
Enable flake8-logging plugin for ruff
1 parent b530dd2 commit 2357b9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ select = [
113113
"C4",
114114
# flake8-no-pep420
115115
"INP",
116+
# flake8-logging
117+
"LOG",
116118
# pyupgrade
117119
"UP",
118120
# flake8-pytest-style

0 commit comments

Comments
 (0)