mitodl / mitx-grading-library

The MITx Grading Library, a python grading library for edX
https://edge.edx.org/courses/course-v1:MITx+grading-library+examples/
BSD 3-Clause "New" or "Revised" License
14 stars 9 forks source link

Removing pylint from requirements.txt #239

Closed jolyonb closed 5 years ago

jolyonb commented 5 years ago

I tried setting up a fresh install of this repo in python 2 and 3. The python 2 version is failing because pylint doesn't install properly. We're not actually using it, so I'm removing it from requirements.txt.

codecov-io commented 5 years ago

Codecov Report

Merging #239 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #239   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          28     28           
  Lines        2387   2387           
=====================================
  Hits         2387   2387
ChristopherChudzicki commented 5 years ago

OK, but pylint is great and you should set it up for your editor! But yeah, our CI doesn't use pylint, so fine to remove it.

jolyonb commented 5 years ago

Yes, I've got pylint going in sublime, never fear ;-)