comma separated list

This commit is contained in:
Fabian Joswig 2021-10-11 14:00:48 +01:00
parent 1a295befe2
commit 31882064e3

View file

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