ci: default ignore options added to flake8 workflow and CONTRIBUTING.md

updated.
This commit is contained in:
Fabian Joswig 2023-02-26 18:55:16 +00:00
parent 82adb215be
commit 3b773b7b52
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -21,6 +21,6 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E501"
ignore: "E501,E121,E123,E126,E226,E24,E704,W503,W504"
exclude: "__init__.py, input/__init__.py"
path: "pyerrors"