Ch05 supplementary code (#81)

This commit is contained in:
Sebastian Raschka
2024-03-19 09:26:26 -05:00
committed by GitHub
parent 861a2788f3
commit a2cd8436cb
34 changed files with 796 additions and 18 deletions

View File

@@ -33,6 +33,7 @@ jobs:
- name: Test Selected Python Scripts
run: |
pytest ch04/01_main-chapter-code/tests.py
pytest ch05/01_main-chapter-code/tests.py
pytest appendix-A/02_installing-python-libraries/tests.py
- name: Validate Selected Jupyter Notebooks

View File

@@ -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,E226
run: flake8 . --max-line-length=140 --ignore=W504,E402,E731,C406,E741,E722,E226