ci: E722 removed from flake8 exceptions.

This commit is contained in:
Fabian Joswig 2021-12-13 14:48:56 +00:00
parent 3fd63f8b67
commit 615cd05f22
2 changed files with 2 additions and 2 deletions

View file

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