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
@@ -136,6 +137,15 @@ plugins:
136137 filters :
137138 - " !^_" # Exclude private members starting with only one underscore
138139 - " !before_update"
140+ - " !before_event"
141+ - " !clean"
142+ - " !did_mount"
143+ - " !init"
144+ - " !is_isolated"
145+ - " !update"
146+ - " !will_unmount"
147+ extensions :
148+ - griffe_modernized_annotations
139149 inventories :
140150 - url : https://docs.python.org/3/objects.inv
141151 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