Skip to content

Commit

Permalink
lint just main code
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Feb 6, 2024
1 parent 0bdab90 commit 8767bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
# getting false positives due to this issue with pylint:
# https://bitbucket.org/logilab/pylint/issues/701/false-positives-with-not-an-iterable-and

find serializable tests -name '*.py' \
find serializable -name '*.py' \
| xargs pylint \
--errors-only \
--disable=unsubscriptable-object,not-an-iterable
Expand Down

0 comments on commit 8767bf5

Please sign in to comment.