mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
flake8.yml fixed
This commit is contained in:
parent
ff1efd3096
commit
50bdc70d55
1 changed files with 1 additions and 2 deletions
3
.github/workflows/flake8.yml
vendored
3
.github/workflows/flake8.yml
vendored
|
@ -17,6 +17,5 @@ jobs:
|
||||||
uses: py-actions/flake8@v1
|
uses: py-actions/flake8@v1
|
||||||
with:
|
with:
|
||||||
ignore: "E501"
|
ignore: "E501"
|
||||||
exclude: "pyerrors/__init__.py"
|
exclude: ["pyerrors/__init__.py", "pyerrors/input/__init__.py"]
|
||||||
exclude: "pyerrors/input/__init__.py"
|
|
||||||
path: "pyerrors"
|
path: "pyerrors"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue