build: flake8 action updated.

This commit is contained in:
Fabian Joswig 2022-11-30 17:50:57 +00:00
parent 5adf29eda9
commit 35da955546
No known key found for this signature in database

View file

@ -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"