mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-04-19 18:13:29 +00:00
Compare commits
2 Commits
5eaa521b8d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1efd518e9f | |||
| a8a46f718d |
12
.pre-commit-config.yaml
Normal file
12
.pre-commit-config.yaml
Normal 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
|
||||||
@@ -34,7 +34,7 @@ The TUI should now be discoverable as lottery-tui.
|
|||||||
|
|
||||||
Launch the TUI, select a lottery and press the Draw button!
|
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
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user