chore(ci): bump pylint to 2.10.2 (#16463)

This commit is contained in:
Ville Brofeldt
2021-08-26 20:30:41 +03:00
committed by GitHub
parent 577ede4b12
commit ac1d779a30
26 changed files with 36 additions and 39 deletions

View File

@@ -86,6 +86,9 @@ disable=
missing-docstring,
too-many-lines,
duplicate-code,
unspecified-encoding,
# re-enable once this no longer raises false positives
too-many-instance-attributes
[REPORTS]