Skip to content

Commit 24dc253

Browse files
committed
Fix linting dependencies
1 parent 6f1e109 commit 24dc253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-r pip.txt
22
# prospector 1.1.6.2 is not compatible with 2.1.0
3-
astroid<2.1.0
3+
astroid<=2.0.4
44
# prospector 1.1.6.2 is not compatible with 2.2.2
5-
pylint<2.2.2
5+
pylint<=2.1.1
66
pylint-django<2.0.5
77
pylint-celery==0.3
88
prospector==1.1.6.2

0 commit comments

Comments
 (0)