]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Pylint: reduce range of pylint disable statement
authorMartin <martin.basti@gmail.com>
Fri, 14 Jul 2017 18:17:23 +0000 (20:17 +0200)
committerMartin <martin.basti@gmail.com>
Fri, 14 Jul 2017 21:02:06 +0000 (23:02 +0200)
commit0db8863e00b2d3464af518b734abb969f95974d5
treed35b5e94317b43296303f1b2e604425a6de0be6e
parent6b11f2677fe6d4da653a85512ab73fa31c27214f
Pylint: reduce range of pylint disable statement

If pylint disable statement is used on separate line, it disables the
check to the end of module. In that case real errors may be unnoticed.

Pylint disable statement can be used per block and per line
dns/name.py
dns/rdtypes/ANY/NSEC3.py