Skip to content

Commit b4f68f0

Browse files
committed
Upgrade linting and remove py2 support
1 parent 9cce254 commit b4f68f0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

requirements/lint.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
-r pip.txt
2-
# We need these special cases of Python < 3 because we run tests with
3-
# Python 2 still
42
# prospector 1.1.6.2 is not compatible with 2.1.0
5-
astroid==2.0.4; python_version > '3'
6-
astroid<1.7; python_version < '3'
3+
astroid<2.1.0
74
# prospector 1.1.6.2 is not compatible with 2.2.2
8-
pylint==2.1.1; python_version > '3'
9-
pylint<2; python_version < '3'
10-
# prospector 1.1.6.2 is not compatible with 2.0.5
11-
pylint-django==2.0.2; python_version > '3'
12-
pylint-django<0.12; python_version < '3'
5+
pylint<2.2.2
6+
pylint-django<2.0.5
137
pylint-celery==0.3
148
prospector==1.1.6.2
159
# prospector 1.1.6.2 is not compatible with 2.0.0

0 commit comments

Comments
 (0)