pre-commit: Add config

This commit is contained in:
Jamie Gravendeel
2025-12-19 15:43:57 +01:00
parent eef38f73f5
commit b77d4ea9e8
7 changed files with 67 additions and 6 deletions

View File

@@ -3,8 +3,8 @@ python.install_sources(
'__init__.py',
'__main__.py',
'application.py',
'games.py',
'gamepads.py',
'games.py',
),
subdir: 'cartridges',
)