]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable PyLint warning C0209
authorMichał Kępień <michal@isc.org>
Thu, 28 Oct 2021 12:03:04 +0000 (14:03 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 28 Oct 2021 12:03:04 +0000 (14:03 +0200)
commit860ca4e0efe3d1a2d63095e4720ccb56224b34f8
treebc8dcff401087996aa59354ca53ff7eb97fdb9ca
parent11232eb5000dae16b6d2a2f068b60a8793b1350b
Disable PyLint warning C0209

PyLint 2.11 reports a new warning, C0209 (consider-using-f-string).
Since f-strings are only available in Python 3.6+, existing scripts
cannot be updated to use this feature just yet because they would stop
working with older Python versions.  Instead, disable PyLint warning
C0209 for the time being.  Sort all disabled warnings in .pylintrc.
.pylintrc