This repository was archived by the owner on Dec 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313- ` Flashlight ` control new properties: ` on ` , ` on_error `
1414- ` Flashlight ` control new methods: ` is_available_async `
1515- New exception classes:
16- - ` FlashlightException `
17- - ` FlashlightEnableExistentUserException `
18- - ` FlashlightEnableNotAvailableException `
19- - ` FlashlightEnableException `
20- - ` FlashlightDisableExistentUserException `
21- - ` FlashlightDisableNotAvailableException `
22- - ` FlashlightDisableException `
16+ - ` FlashlightException `
17+ - ` FlashlightEnableExistentUserException `
18+ - ` FlashlightEnableNotAvailableException `
19+ - ` FlashlightEnableException `
20+ - ` FlashlightDisableExistentUserException `
21+ - ` FlashlightDisableNotAvailableException `
22+ - ` FlashlightDisableException `
2323
2424### Changed
2525
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Issues = "https://github.com/flet-dev/flet-flashlight/issues"
2222[dependency-groups ]
2323dev = [
2424 " pre-commit>=4.2.0" ,
25+ " ruff>=0.11.7" ,
2526]
2627docs = [
2728 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments