Skip to content

Commit

Permalink
upgraded pylint to 2.6.0 (#17)
Browse files Browse the repository at this point in the history
The pylint had to be updated to 2.6.0 since its dependencies
got broken (such as isort).

See also:
PyCQA/isort#1273
conda-forge/pylint-feedstock#29
  • Loading branch information
mristin committed Aug 22, 2020
1 parent 465eb7c commit a5c1716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
'dev': [
# yapf: disable
'mypy==0.620',
'pylint==2.1.1',
'pylint==2.6.0',
'yapf==0.20.2',
'tox>=3.0.0',
'pydocstyle>=2.1.1,<3',
Expand Down

0 comments on commit a5c1716

Please sign in to comment.