Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-thrower authored Aug 6, 2024
1 parent 4a4b1f4 commit 2109c3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
--disable=R0801 \
--disable=R1732 \
--disable=W1514 \
--disable=R1732 \
--disable=W1514 \
--disable=W0622 \
--disable=W0311 \
--disable=C0413 \
--disable=W0611 \
--disable=W0621 \
--load-plugins pylint_django \
. || pylint-exit --error-fail $?
# $(git ls-files '*.py')
# W0621 is a non-trivial issue

0 comments on commit 2109c3c

Please sign in to comment.