mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 13:06:53 +01:00
clean up flake8 file
This commit is contained in:
parent
31882064e3
commit
7cf6f9a85b
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
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue