More pylint fixes

This commit is contained in:
Mouse Reeve
2021-06-18 14:29:24 -07:00
parent 381d160105
commit 9e5c7053e9
12 changed files with 21 additions and 9 deletions

View File

@ -20,5 +20,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint bookwyrm/ --ignore=migrations,__init__ --disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406
pylint bookwyrm/ --ignore=migrations,tests --disable=E1101,E1135,E1136,R0903,R0901,R0902,W0707,W0511,W0406,R0401