Remove excessive pylint comments #2282
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "gitea-135"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
I removed some of the comments disabling pylint
too-many-arguments
andtoo-many-instance-attributes
, because afterbb5f96cc
we have design checker settings also for python2.7 pylint. For python3 they are in the tox.ini.