From fcc34754175206138c85e8f33272ba4ed05790e5 Mon Sep 17 00:00:00 2001 From: Jan <20126033+JanLJL@users.noreply.github.com> Date: Fri, 27 Aug 2021 08:14:50 +0200 Subject: [PATCH] added lint configs --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a73092f..247eea3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,4 +25,6 @@ jobs: github_token: ${{ secrets.github_token }} # Enable linters black: true + black_args: "-l 99" flake8: true + flake8_args: "--max-line-length=99 --extend-ignore=E203,E501"