Skip to content

Commit

Permalink
Same pylint for all python versions
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Feb 23, 2022
1 parent 5999a14 commit 868f52c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ plotly>=4.8.0, <6.0
pre-commit~=1.17
psutil==5.8.0
pyarrow>=1.0, <7.0
pylint>=2.5.2, <2.11; python_version>='3.9'
pylint>=2.5.2, <3.0; python_version<'3.9'
pylint>=2.5.2, <3.0
pyproj~=3.0
pyspark>=2.2, <4.0
pytest-cov~=3.0
Expand Down

0 comments on commit 868f52c

Please sign in to comment.