mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
comma separated list in yaml file
This commit is contained in:
parent
da3bb97c9b
commit
1a295befe2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake8.yml
vendored
2
.github/workflows/flake8.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue