chore: add uv package manager and ruff linter configuration

- Add pyproject.toml with uv and ruff configuration
- Pin Python version to 3.13 via .python-version
- Add Makefile commands: lint, format, fix
- Apply ruff formatting to entire codebase
- Remove unused imports (base64 in yookassa/simple_subscription)
- Update .gitignore for new config files
This commit is contained in:
c0mrade
2026-01-24 17:45:27 +03:00
parent cd80164bee
commit 9a2aea038a
466 changed files with 63301 additions and 69047 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.13