mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Update pep8-linter.yml
This commit is contained in:
committed by
GitHub
parent
329d046b5d
commit
e316cafd9f
2
.github/workflows/pep8-linter.yml
vendored
2
.github/workflows/pep8-linter.yml
vendored
@@ -18,4 +18,4 @@ jobs:
|
||||
- name: Install flake8
|
||||
run: pip install flake8
|
||||
- name: Run flake8 with exceptions
|
||||
run: flake8 . --max-line-length=120 --ignore=W504,E402,E731,C406,E741,E722
|
||||
run: flake8 . --max-line-length=120 --ignore=W504,E402,E731,C406,E741,E722,E226
|
||||
|
||||
Reference in New Issue
Block a user