Fixes R/C disable flag

This commit is contained in:
Mouse Reeve 2021-06-18 12:25:11 -07:00
parent 38a19f7063
commit 633f5e6dc7

View file

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