From 8767bf5ef7d3b75e812fe413a0cd0690c641a03d Mon Sep 17 00:00:00 2001 From: Alex Rubinsteyn Date: Tue, 6 Feb 2024 01:07:49 -0500 Subject: [PATCH] lint just main code --- lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint.sh b/lint.sh index 28560b9..e041d8e 100755 --- a/lint.sh +++ b/lint.sh @@ -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