We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8329cab commit 7c4a796Copy full SHA for 7c4a796
1 file changed
.github/workflows/pylint.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install -r requirements.txt
21
- name: Analysing the code with pylint
22
run: |
23
- pylint app --disable=C0116,C0114,C0115,C0411,E0401,W0611,W0622,W0719,C0103,W1514,R0903,R1732,R0914
+ pylint app --disable=C0116,C0114,C0115,C0411,E0401,W0611,W0622,W0719,C0103,W1514,R0903,R1732,R0914,R0801
24
- name: Analysing the code with pycodestyle
25
26
pycodestyle app
0 commit comments