]> granicus.if.org Git - graphviz/commit
disable f-string in logging messages Pylint warning
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 01:01:14 +0000 (18:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 May 2021 03:52:13 +0000 (20:52 -0700)
commit6aa6a19af6ba897fdbe46431808c036fb8b1bbb6
tree17bd7f70f857b115312f1f39f6985fb35c4bf207
parent6b85cea700fd81f182fe51c93cdde37cb8e7b443
disable f-string in logging messages Pylint warning

This is generally considered error prone because you can include non-pure
operations in logging functions that your code accidentally depends on. However
the Graphviz scripts are simple enough that this is not a significant issue. The
use of f-strings pervasively makes for more consistent and readable scripts.
.pylintrc