Skip to content

Commit

Permalink
ci: format and lint with autopep8 and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
D4T4-L34K committed Oct 3, 2023
1 parent 1736722 commit ec75894
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 @@ -32,7 +32,7 @@ jobs:
- name: Lint with pylint
run: |
pylint **/*.py -rn -sn --rcfile=.pylintrc
pylint **/*.py --rcfile=.pylintrc --fail-under=8.0 --exit-zero
# - name: Lint with flake8
# run: |
Expand Down

0 comments on commit ec75894

Please sign in to comment.