Disable error that's almost always a false positive
This commit is contained in:
parent
4995b26d8c
commit
38a19f7063
|
@ -20,4 +20,4 @@ jobs:
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
pylint bookwyrm/ --ignore=migrations
|
pylint bookwyrm/ -d --ignore=migrations --disable=E1101
|
||||||
|
|
Loading…
Reference in New Issue