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

Commit 192c6bd

Browse files
committed
add ruff to pyproject dev-group
1 parent 33d05d5 commit 192c6bd

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- Deployed online documentation: https://flet-dev.github.io/flet-map/
1313
- New controls:
14-
- `SourceAttribution`
15-
- `ImageSourceAttribution`
14+
- `SourceAttribution`
15+
- `ImageSourceAttribution`
1616
- New types:
17-
- `Camera`
18-
- `CameraFit`
19-
- `CursorKeyboardRotationConfiguration`
20-
- `CursorRotationBehaviour`
21-
- `KeyboardConfiguration`
17+
- `Camera`
18+
- `CameraFit`
19+
- `CursorKeyboardRotationConfiguration`
20+
- `CursorRotationBehaviour`
21+
- `KeyboardConfiguration`
2222

2323

2424

2525
### Changed
2626

2727
- Refactored all controls to use `@flet.control` dataclass-style definition.
2828
- The following classes were renamed:
29-
- `MapInteractionConfiguration``InteractionConfiguration`
30-
- `MapInteractiveFlag``InteractionFlag`
31-
- `MapMultiFingerGesture``MultiFingerGesture`
32-
- `MapTileLayerEvictErrorTileStrategy``TileLayerEvictErrorTileStrategy`
29+
- `MapInteractionConfiguration``InteractionConfiguration`
30+
- `MapInteractiveFlag``InteractionFlag`
31+
- `MapMultiFingerGesture``MultiFingerGesture`
32+
- `MapTileLayerEvictErrorTileStrategy``TileLayerEvictErrorTileStrategy`
3333

3434
## [0.1.0] - 2025-01-15
3535

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Issues = "https://github.com/flet-dev/flet-map/issues"
2222
[dependency-groups]
2323
dev = [
2424
"pre-commit>=4.2.0",
25+
"ruff>=0.11.7",
2526
]
2627
docs = [
2728
"mkdocs",

0 commit comments

Comments
 (0)