Update pep8-linter.yml

This commit is contained in:
Sebastian Raschka
2024-03-18 07:47:30 -05:00
committed by GitHub
parent 9acb589650
commit 805e352737

View File

@@ -20,4 +20,4 @@ jobs:
- name: Run flake8 with exceptions
run: |
flake8 . --max-line-length=120 \
--ignore=W504,E402,E731,C406,E741
--ignore=W504,E402,E731,C406,E741,E722