summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-27 16:26:22 +0300
committerViljami Ilola <+@hix.fi>2024-04-27 16:26:22 +0300
commit9f8247dc4da89219b6eede08d58d96964391a077 (patch)
treea6f7dc46275a3988fc528072f5e70caba461fae0 /pyproject.toml
parentd64c6b122eacd7b33bbda3a62093b492c786b1f9 (diff)
refactor menus and screen showing under menu subpkg
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1b15c84..6f7a108 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -33,7 +33,8 @@ branch = true
source = ["src/sliceitoff/"]
omit = [
"**/__????__.py", # __init__.py and __main__.py files
- "src/sliceitoff/game/*" # Needs input and graphics.
+ "src/sliceitoff/game/*", # Needs input and graphics.
+ "src/sliceitoff/menu/*" # Needs input. Easy to test manually.
]
[tool.pylint.main]