Skip to content

Commit 6d960f1

Browse files
authored
Merge pull request #5306 from rexzing/issue_#5304
Incompatible dependency for prospector with pylint-django
2 parents 01347ab + b8fcc80 commit 6d960f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/lint.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
astroid<=2.0.4 # pyup: ignore
44
# prospector 1.1.6.2 is not compatible with 2.2.2
55
pylint<=2.1.1 # pyup: ignore
6-
pylint-django<2.0.5 # pyup: ignore
6+
# prospector 1.1.6.2 is not compatible with 2.0.3
7+
pylint-django==2.0.2 # pyup: ignore
78
pylint-celery==0.3
89
prospector==1.1.6.2
910
# prospector 1.1.6.2 is not compatible with 2.0.0

0 commit comments

Comments
 (0)