ci: W605 added to flake8 exceptions.

This commit is contained in:
Fabian Joswig 2022-03-01 19:16:54 +00:00
parent 1f0f060472
commit 42d9d3630e
2 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,6 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v1
with:
ignore: "E501"
ignore: "E501,W605"
exclude: "__init__.py, input/__init__.py"
path: "pyerrors"