Skip to content

Commit efd1224

Browse files
committed
Delay string interpolations at logging calls
This is a general best practice which brings (slight) performance improvements and also structured logging. Enable the hacking check to enforce it. Change-Id: I1438382344507b05a88e59a675f398901ccbb9dc Signed-off-by: Takashi Kajinami <[email protected]>
1 parent caf931f commit efd1224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ commands = sphinx-build -W -b html doc/source doc/build/html
5050

5151
[flake8]
5252
show-source = True
53-
enable-extensions = H203,H106
53+
enable-extensions = H106,H203,H904
5454
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build
5555
max-complexity=20
5656

0 commit comments

Comments
 (0)