From 1bd2afdb78281b65c63fd6905150343f3b6b425c Mon Sep 17 00:00:00 2001 From: pedohorse <13556996+pedohorse@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:05:03 +0100 Subject: [PATCH] fix lint formatting --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb466764..1c6939ae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,4 +38,4 @@ jobs: pip install flake8 - name: Analysing the code with flake8 run: | - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics \ No newline at end of file + flake8 . --count --exit-zero --max-complexity=10 --max-line-length=256 --statistics --format='::warning file=%(path)s,line=%(row)d::%(code)s %(text)s'