jw-pkg/conf/project
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann df5785cefd
pyproject.toml, pyrightconfig.json: Require @override
Add mypy's explicit-override error code and pyrightconfig's
reportImplicitOverride "error" directive. This requires all methods
that override base class methods to be decorated with @override from
typing. The change complements the previous commit, which added
exactly that decorator to all relevant methods.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-08-07 18:02:26 +02:00
..
Makefile conf/project: Add directory and variables 2026-05-31 18:20:31 +02:00
pyrightconfig-base.json pyproject.toml, pyrightconfig.json: Require @override 2026-08-07 18:02:26 +02:00