From 66c9cd6d5c4d4d446d31950c77c5fe18ecf111f9 Mon Sep 17 00:00:00 2001 From: Galunid Date: Sat, 18 Nov 2023 21:46:23 +0100 Subject: [PATCH] E701 - multiple statements on one line (colon) --- .github/workflows/python-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index 27725f480..56d17b66c 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -16,5 +16,5 @@ jobs: - name: flake8 Lint uses: py-actions/flake8@v2 with: - ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E704" + ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704" exclude: "examples/*,examples/*/**,*/**/__init__.py"