Skip to content

Commit

Permalink
Bumped pylint to version 2.7.1 (#28)
Browse files Browse the repository at this point in the history
Just to fix this issue:
pylint-dev/pylint#3882
  • Loading branch information
thiagokokada committed Oct 13, 2022
1 parent 0f68877 commit 18b5c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import os

import pylddwrap_meta
# pylint: disable=wrong-import-order
from setuptools import find_packages, setup

# pylint: disable=redefined-builtin
Expand Down Expand Up @@ -51,7 +52,7 @@
'dev': [
# yapf: disable
'mypy==0.790; implementation_name != "pypy"',
'pylint==2.6.0',
'pylint==2.7.1',
'yapf==0.24.0',
'tox>=3.0.0',
'coverage>=5.5.0,<6',
Expand Down

0 comments on commit 18b5c14

Please sign in to comment.