Disable error that's almost always a false positive

This commit is contained in:
Mouse Reeve 2021-06-18 12:23:16 -07:00
parent 4995b26d8c
commit 38a19f7063

View file

@ -20,4 +20,4 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint bookwyrm/ --ignore=migrations
pylint bookwyrm/ -d --ignore=migrations --disable=E1101