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

Commit 08c52c0

Browse files
committed
add ruff to pyproject dev-group
1 parent 57074e9 commit 08c52c0

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

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-flashlight/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)