Skip to content

Commit

Permalink
bump Pylint requirement to 2.7.1
Browse files Browse the repository at this point in the history
This avoids a Pylint bug¹ that prevents adding a --errors-only check that would
fail the build on failure.

¹ pylint-dev/pylint#3882
  • Loading branch information
Smattr committed Jul 9, 2021
1 parent d3d4209 commit 22a4c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pylint==2.6.2
pylint==2.7.1
pytest==6.2.2

0 comments on commit 22a4c56

Please sign in to comment.