From 9f8247dc4da89219b6eede08d58d96964391a077 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Sat, 27 Apr 2024 16:26:22 +0300 Subject: refactor menus and screen showing under menu subpkg --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') 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] -- cgit v1.2.3