This repository was archived by the owner on Dec 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: docs
33on :
44 push :
55 branches :
6+ - main
67 - v1
78 paths :
89 - ' LICENSE'
Original file line number Diff line number Diff line change 4343 - content.action.view
4444 - content.action.annotate
4545 - content.action.copy
46+ - content.tooltips
4647 - content.action.tooltips
4748 - content.code.annotate
4849 - content.code.copy
@@ -134,6 +135,15 @@ plugins:
134135 filters :
135136 - " !^_" # Exclude private members starting with only one underscore
136137 - " !before_update"
138+ - " !before_event"
139+ - " !clean"
140+ - " !did_mount"
141+ - " !init"
142+ - " !is_isolated"
143+ - " !update"
144+ - " !will_unmount"
145+ extensions :
146+ - griffe_modernized_annotations
137147 inventories :
138148 - url : https://docs.python.org/3/objects.inv
139149 domains : [ py, std ]
Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ docs = [
3333 " pymdown-extensions" ,
3434 " mkdocs-glightbox" ,
3535 " mkdocs-section-index" ,
36+ " griffe-modernized-annotations" ,
3637 " pygments>=2.16" ,
3738]
3839
3940[tool .uv .sources ]
40- # flet = { git = "https://github.com/flet-dev/flet", subdirectory = "sdk/python/packages/flet", rev = "v1" }
41+ flet = { git = " https://github.com/flet-dev/flet" , subdirectory = " sdk/python/packages/flet" , rev = " v1" }
4142
4243[build-system ]
4344requires = [" setuptools" ]
@@ -64,10 +65,6 @@ select = [
6465 # isort
6566 " I"
6667]
67- ignore = [
68- # Pyflakes
69- " F401" , # unused import
70- ]
7168preview = true
7269
7370[tool .ruff .format ]
You can’t perform that action at this time.
0 commit comments