Improved code structure and add pylint to dev dependencies

Improved code structure and docstrings in utils/input.py, updated imports for clarity, and enhanced validation error handling. Added pylint to the dev dependency group in pyproject.toml for code quality checks. Removed unused imports from main.py.
This commit is contained in:
√(noham)²
2025-11-16 20:59:32 +01:00
parent b6bf96bbf4
commit aef746f4b9
4 changed files with 327 additions and 71 deletions

View File

@@ -28,4 +28,6 @@ build-backend = "hatchling.build"
packages = ["."]
[dependency-groups]
dev = []
dev = [
"pylint>=3.3.9",
]