Skip to content

Commit 391f075

Browse files
authored
Unpin pylint (#2285)
1 parent 355f114 commit 391f075

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

news/2 Fixes/2284.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Unpin Pylint from < 2.0 (prospector was upgraded and isn't stuck on that any longer)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8
44
autopep8
55
black ; python_version>='3.6'
66
yapf
7-
pylint<2.0.0
7+
pylint
88
pep8
99
prospector
1010
pydocstyle

0 commit comments

Comments
 (0)