Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Older versions of Pylint (<2.1.0) limited the names of various things to 30 characters. We allowed up to 35 characters for method name due to pre-existing identifiers. Modern versions of Pylint no longer have an upper limit. Let's not be pickier than Pylint's default configuration. Signed-off-by: Gilles Peskine <[email protected]>
- Loading branch information