mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +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:
|
||||
python-version: "3.10"
|
||||
- name: flake8 Lint
|
||||
uses: py-actions/flake8@v1
|
||||
uses: py-actions/flake8@v2
|
||||
with:
|
||||
ignore: "E501"
|
||||
exclude: "__init__.py, input/__init__.py"
|
||||
|
|
Loading…
Add table
Reference in a new issue