clean up flake8 file

This commit is contained in:
Fabian Joswig 2021-10-11 14:01:57 +01:00
parent 31882064e3
commit 7cf6f9a85b

View file

@ -17,5 +17,5 @@ jobs:
uses: py-actions/flake8@v1 uses: py-actions/flake8@v1
with: with:
ignore: "E501" ignore: "E501"
exclude: "pyerrors/__init__.py, pyerrors/input/__init__.py" exclude: "__init__.py, input/__init__.py"
path: "pyerrors" path: "pyerrors"