Skip to content

Commit

Permalink
Upgrade pylint to 2.12.2 (pylint-dev#1297)
Browse files Browse the repository at this point in the history
* Upgrade pylint to 2.12.2

* Default Python in the CI is now python 3.8

* Remove useless suppression for python 3.8

* Disable no-member for false positive with zipimport
  • Loading branch information
Pierre-Sassoulas authored and tushar-deepsource committed Dec 20, 2021
1 parent 9e55d84 commit 9da479c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions astroid/nodes/node_ng.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
from astroid.nodes.const import OP_PRECEDENCE

if TYPE_CHECKING:
from astroid import nodes

if sys.version_info >= (3, 6, 2):
from typing import NoReturn
else:
Expand Down

0 comments on commit 9da479c

Please sign in to comment.