ref: typehints, enum instead of raw string, abc and other (#1)

Full code coverage with annotations, fixing errors in various linters: ruff, wps, etc. Fixing errors in type checkers: ty, mypy, pyright. Formatting and bringing code to a consistent style, applying best practices in various aspects.
This commit is contained in:
kolo
2025-10-08 13:37:31 +03:00
committed by GitHub
parent 22f1171192
commit 73303b1c08
45 changed files with 983 additions and 996 deletions
+5 -2
View File
@@ -1,6 +1,6 @@
[project]
name = "argenta"
version = "1.0.7"
version = "1.1.1rc0"
description = "Python library for building modular CLI applications"
authors = [{ name = "kolo", email = "kolo.is.main@gmail.com" }]
requires-python = ">=3.8"
@@ -28,6 +28,9 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"psutil>=7.0.0",
"mypy>=1.14.1",
"pytest>=8.3.2",
"ruff>=0.12.12",
"wemake-python-styleguide>=0.17.0",
]