diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-26 18:10:41 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-05-26 18:10:45 -0700 |
commit | 57fcf767179462a5696543c8119f9e67082f9e48 (patch) | |
tree | 1516753764243ba084873643497379ecca733313 /python/.pylintrc | |
parent | 05f999ed83a847d7f7ddb63e6f8627398e9afa18 (diff) | |
download | fatcat-57fcf767179462a5696543c8119f9e67082f9e48.tar.gz fatcat-57fcf767179462a5696543c8119f9e67082f9e48.zip |
HACK: try to squelch pylint in CI
Gitlab CI is showing lint errors like:
=================================== FAILURES ===================================
6316 _______________________ [pylint] tests/harvest_state.py ________________________
6317 E: 19,11: hs.next is not callable (not-callable)
6318 E: 33,11: hs.next is not callable (not-callable)
6319 E: 19,11: hs.next is not callable (not-callable)
[...]
this is confusing as we use pipenv with a lock, so I should see the
exact same errors locally.
This commit is a hack to try and fix this and unbreak builds until we
can debug further.
Diffstat (limited to 'python/.pylintrc')
0 files changed, 0 insertions, 0 deletions