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
805e352737
commit
3e122fa656
4
.github/workflows/pep8-linter.yml
vendored
4
.github/workflows/pep8-linter.yml
vendored
@@ -18,6 +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
|
||||
|
||||
Reference in New Issue
Block a user