mirror of
https://github.com/ihmily/StreamCap.git
synced 2026-05-07 22:15:58 +08:00
refactor: migrate flet from v0.27.6 to v0.84.0
- Update deprecated APIs - Adapt breaking changes in flet 0.80+ - Test UI components compatibility
This commit is contained in:
4
.github/workflows/python-lint.yml
vendored
4
.github/workflows/python-lint.yml
vendored
@@ -44,3 +44,7 @@ jobs:
|
||||
- name: Run ruff lint check
|
||||
run: ruff check main.py app --config .ruff.toml
|
||||
working-directory: .
|
||||
|
||||
- name: Run ruff format check
|
||||
run: ruff format --check --diff main.py app --config .ruff.toml
|
||||
working-directory: .
|
||||
|
||||
Reference in New Issue
Block a user