]> git.ipfire.org Git - thirdparty/bind9.git/commit
Silent pylint's line-too-long warning as it's handled better by black
authorŠtěpán Balážik <stepan@isc.org>
Thu, 2 Nov 2023 15:29:46 +0000 (16:29 +0100)
committerPetr Špaček <pspacek@isc.org>
Fri, 2 Aug 2024 11:22:56 +0000 (11:22 +0000)
commit6bd6777fb75806e3cff16cff95f3e92b171e1ed7
tree809a391d66b176d959dac95884c9652b9011575d
parent28e555e035bdf6aebc035081432123f2a0f29103
Silent pylint's line-too-long warning as it's handled better by black

Black allows the lines with string literals to be longer, which is
convenient for descriptive error messages.

(cherry picked from commit 02d1c5fc8914a3656d7dc124a43dc1273da441c8)
.pylintrc