Skip to content

Commit

Permalink
chg: chg: Use pydantic to manage config schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
unixtreme committed Nov 15, 2023
1 parent 473271f commit d46cf62
Show file tree
Hide file tree
Showing 35 changed files with 802 additions and 691 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ __pycache__
.last-requirements-check
build/
profiles/*/
profiles/*.yml
dist/
logs/
mgba/
Expand Down
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ This file controls keyboard to GBA button mappings.
- Zoom window scaling in/out: `+`, `-`
- Create save state: `Ctrl + S`
- Load save state menu: `Ctrl + L`
- Reload configuration files: `Ctrl + C`
- Reset emulator/reboot game: `Ctrl + R`
- Exit the bot and emulator: `Ctrl + Q`
- Emulator speed:
Expand Down
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Present to signal the module root to pytest."""
330 changes: 0 additions & 330 deletions modules/config.py

This file was deleted.

Loading

0 comments on commit d46cf62

Please sign in to comment.