2 Commits

Author SHA1 Message Date
1efd518e9f add pre-commit config 2026-03-21 14:21:34 +00:00
a8a46f718d upd README. 2026-03-20 09:56:45 +00:00
2 changed files with 13 additions and 1 deletions

12
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pdm-project/pdm
rev: 2.26.6
hooks:
- id: pdm-lock-check

View File

@@ -34,7 +34,7 @@ The TUI should now be discoverable as lottery-tui.
Launch the TUI, select a lottery and press the Draw button!
To exit from the application press *q* or *Ctrl+q*
To exit from the application press `Ctrl+q`.
## License