Update ToDo list, pg.typed, .python-version

This commit is contained in:
Clemens Schwaighofer
2025-07-02 09:47:10 +09:00
parent 39664aa62b
commit 6f722661b7
4 changed files with 7 additions and 1 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

5
ToDo.md Normal file
View File

@@ -0,0 +1,5 @@
# ToDo list
- proper folder names and file names and location of methods
- stub files .pyi
- fix all remaning check errors

View File

@@ -24,7 +24,7 @@ explicit = true
requires = ["hatchling"]
build-backend = "hatchling.build"
# MARK: Python tools
# MARK: Python linting
[tool.pyright]
typeCheckingMode = "strict"
reportMissingImports = "information"

0
src/CoreLibs/py.typed Normal file
View File