Skip to content

Commit 00b9d7e

Browse files
committed
Add news fragment for logging-unsupported-format fix
Refs #10752
1 parent 02898b1 commit 00b9d7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fixed false positive for ``logging-unsupported-format`` when no arguments are provided to logging functions.
2+
3+
According to Python's logging documentation, no formatting is performed when no arguments are supplied, so strings like ``logging.error("%test")`` are valid.
4+
5+
Closes #10752

0 commit comments

Comments
 (0)