Skip to content

Commit

Permalink
pylint conf
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Feb 22, 2024
1 parent 9bc0d79 commit 087d506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install pylint
run: pip install pylint
- name: Run pylint
run: pylint --fail-under=6 **/**/*.py
run: pylint --fail-under=6 --disable=E0401,C0301,C0114,C0411 **/**/*.py

safety_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 087d506

Please sign in to comment.