chore: use pylint-2.7 (#33232)
* chore: use pylint-2.7 * chore: fix pylint errors
This commit is contained in:
parent
4633376b28
commit
27ddf19f3c
3 changed files with 7 additions and 1 deletions
|
@ -208,6 +208,7 @@ def zero_zip_date_time(fname):
|
|||
with open(fname, 'r+b') as f:
|
||||
_zero_zip_date_time(f)
|
||||
except Exception:
|
||||
# pylint: disable=W0707
|
||||
raise NonZipFileError(fname)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue