Skip to content

Commit 18b5c14

Browse files
authored
Bumped pylint to version 2.7.1 (#28)
Just to fix this issue: pylint-dev/pylint#3882
1 parent 0f68877 commit 18b5c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import os
88

99
import pylddwrap_meta
10+
# pylint: disable=wrong-import-order
1011
from setuptools import find_packages, setup
1112

1213
# pylint: disable=redefined-builtin
@@ -51,7 +52,7 @@
5152
'dev': [
5253
# yapf: disable
5354
'mypy==0.790; implementation_name != "pypy"',
54-
'pylint==2.6.0',
55+
'pylint==2.7.1',
5556
'yapf==0.24.0',
5657
'tox>=3.0.0',
5758
'coverage>=5.5.0,<6',

0 commit comments

Comments
 (0)