Skip to content

Commit b8fcc80

Browse files
committed
Incompatible dependecy version fixed with pylint-django and prospector
1 parent 18f5420 commit b8fcc80

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)