Skip to content

Commit

Permalink
update the UI of rtbdi_creator (#59)
Browse files Browse the repository at this point in the history
* update the UI of rtbdi_creator

* Let flake8 to ignore the generated UI file
  • Loading branch information
celeron533 authored Jun 20, 2024
1 parent 061285f commit 34dfa0c
Show file tree
Hide file tree
Showing 4 changed files with 446 additions and 491 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# while flake8 complains (this warning is not PEP 8 compliant), If W503 pops up, that should be disabled also
# poetry run flake8 tdwii_plus_examples --count --exit-zero --extend-ignore=E203 --max-line-length=127 --statistics
# poetry run flake8 tdwii_plus_examples --count --exit-zero --max-complexity=10 --statistics
poetry run flake8 --count --extend-ignore=E203 --max-line-length=127 --statistics --per-file-ignores="tdwii_plus_examples/rtbdi_creator/ui_form.py:E266,F401,E501 tdwii_plus_examples/TDWII_PPVS_subscriber/ui_tdwii_ppvs_subscriber.py:E266,F401,E501" tdwii_plus_examples
poetry run flake8 --count --extend-ignore=E203 --max-line-length=127 --statistics --exclude="tdwii_plus_examples/rtbdi_creator/ui_form.py tdwii_plus_examples/TDWII_PPVS_subscriber/ui_tdwii_ppvs_subscriber.py" tdwii_plus_examples
- name: Test with pytest
run: |
poetry run pytest tdwii_plus_examples/tests
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,5 @@ poetry run pre-commit install
```
and until it's added to the pre-commit, please run the following before committing/pushing
```shell
poetry run flake8 --count --exit-zero --extend-ignore=E203 --max-line-length=127 --statistics --per-file-ignores="tdwii_plus_examples/rtbdi_creator/ui_form.py:E266,F401,E501 tdwii_plus_examples/TDWII_PPVS_subscriber/ui_tdwii_ppvs_subscriber.py:E266,F401,E501" tdwii_plus_examples
poetry run flake8 --count --exit-zero --extend-ignore=E203 --max-line-length=127 --statistics --exclude="tdwii_plus_examples/rtbdi_creator/ui_form.py tdwii_plus_examples/TDWII_PPVS_subscriber/ui_tdwii_ppvs_subscriber.py" tdwii_plus_examples
```
Loading

0 comments on commit 34dfa0c

Please sign in to comment.