From f32ca128cc2b853b27db3b8e2fbe02783de8ab4f Mon Sep 17 00:00:00 2001 From: Nathan Ollerenshaw Date: Thu, 11 Jan 2024 16:31:35 -0800 Subject: [PATCH] add linting --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 0adc3c7..6cf6497 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -23,4 +23,4 @@ jobs: pip install -r requirements.txt -e .[dev] - name: Lint with pylint run: | - pylint --disable=R,C,W1203 --py3k . + pylint .