Skip to content

Commit 2148be0

Browse files
committed
Additional changes after update to 2.14.0b1
1 parent 3de67ec commit 2148be0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

astroid/builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ class AstroidBuilder(raw_building.InspectBuilder):
6262
by default being True.
6363
"""
6464

65-
# pylint: disable=redefined-outer-name
6665
def __init__(self, manager=None, apply_transforms=True):
6766
super().__init__(manager)
6867
self._apply_transforms = apply_transforms

pylintrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ disable=fixme,
9595
# Requires major redesign for fixing this (and private
9696
# access in the same project is fine)
9797
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,
10298
# API requirements in most of the occurrences
10399
unused-argument,
104100
# black handles these

0 commit comments

Comments
 (0)