Skip to content

Commit

Permalink
[#0] fix check-indent.yml to indentation depth only
Browse files Browse the repository at this point in the history
  • Loading branch information
swthewhite authored Feb 9, 2025
1 parent b9ee0b6 commit 1512992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-indent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
run: |
echo "[FORMAT]" > .pylintrc
echo "max-nested-blocks=2" >> .pylintrc
echo "[MESSAGES CONTROL]" >> .pylintrc
echo "disable=all" >> .pylintrc
echo "enable=format" >> .pylintrc
- name: Run pylint
run: pylint --rcfile=.pylintrc src/

0 comments on commit 1512992

Please sign in to comment.