Skip to content

Commit 9217604

Browse files
committed
Updated the CI config
1 parent 09cd663 commit 9217604

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Lint with pylint
4040
run: |
41-
pylint examples/ --fail-under=6.0 --disable=C0114,C0115,C0116,W0611
41+
pylint examples/ --fail-under=5.0 --disable=C0114,C0115,C0116,W0611,R0801,R1722
4242
4343
- name: Format check with black
4444
run: |

0 commit comments

Comments
 (0)