File tree 2 files changed +0
-5
lines changed 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ class AstroidBuilder(raw_building.InspectBuilder):
62
62
by default being True.
63
63
"""
64
64
65
- # pylint: disable=redefined-outer-name
66
65
def __init__ (self , manager = None , apply_transforms = True ):
67
66
super ().__init__ (manager )
68
67
self ._apply_transforms = apply_transforms
Original file line number Diff line number Diff line change @@ -95,10 +95,6 @@ disable=fixme,
95
95
# Requires major redesign for fixing this (and private
96
96
# access in the same project is fine)
97
97
protected-access,
98
- # Most of them are conforming to an API. Putting staticmethod
99
- # all over the place changes the aesthetics when these methods
100
- # are following a local pattern (visit methods for instance).
101
- no-self-use,
102
98
# API requirements in most of the occurrences
103
99
unused-argument,
104
100
# black handles these
You can’t perform that action at this time.
0 commit comments