mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-16 07:10:24 +01:00
build: flake8 action updated.
This commit is contained in:
parent
5adf29eda9
commit
35da955546
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake8.yml
vendored
2
.github/workflows/flake8.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
- name: flake8 Lint
|
- name: flake8 Lint
|
||||||
uses: py-actions/flake8@v1
|
uses: py-actions/flake8@v2
|
||||||
with:
|
with:
|
||||||
ignore: "E501"
|
ignore: "E501"
|
||||||
exclude: "__init__.py, input/__init__.py"
|
exclude: "__init__.py, input/__init__.py"
|
||||||
|
|
Loading…
Add table
Reference in a new issue