Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 6e5fd92

Browse files
committed
better tooltips | exclude more core methods | modern annotations | add main branch to github action
1 parent de3d7a1 commit 6e5fd92

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: docs
33
on:
44
push:
55
branches:
6+
- main
67
- v1
78
paths:
89
- 'LICENSE'

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ To install the `flet-map` package and add it to your project dependencies:
4848

4949
```python title="main.py"
5050
--8<-- "examples/map_example/src/main.py"
51-
```
51+
```

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ name = "flet-map"
33
version = "0.2.0"
44
description = "Display interactive Maps in your Flet apps."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Flet contributors", email = "hello@flet.dev" }
8-
]
6+
authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
97
license = "Apache-2.0"
108
requires-python = ">=3.10"
119
dependencies = [
@@ -67,10 +65,6 @@ select = [
6765
# isort
6866
"I"
6967
]
70-
ignore = [
71-
# Pyflakes
72-
"F401", # unused import
73-
]
7468
preview = true
7569

7670
[tool.ruff.format]

0 commit comments

Comments
 (0)