Skip to content

Commit dca22bf

Browse files
committed
fix
1 parent b4e9b21 commit dca22bf

4 files changed

Lines changed: 1 addition & 8 deletions

File tree

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.coverage
33
.gitignore
44
.idea
5-
.mypy_cache
65
.ruff_cache
76
.vscode
87
.git

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ __pycache__/*
88
.idea
99
.DS_Store
1010
.env
11-
.mypy_cache
1211
.ruff_cache
1312
.pytest_cache
1413
.coverage

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ isort.no-lines-before = ["standard-library", "local-folder"]
7070
"S101", # allow asserts
7171
]
7272

73-
[tool.mypy]
74-
python_version = "3.14"
75-
strict = true
76-
pretty = true
77-
7873
[tool.pytest.ini_options]
7974
addopts = "--cov=. --cov-report term-missing"
8075
asyncio_mode = "auto"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Production-ready dockerized async REST API on LiteStar with SQLAlchemy and Postg
1212
- tests on `pytest` with automatic rollback after each test case
1313
- IOC (Inversion of Control) container built on [modern-di](https://github.com/modern-python/modern-di/)
1414
- Observability tools integration built on [lite-bootstrap](https://github.com/modern-python/lite-bootstrap/)
15-
- Linting and formatting using `ruff` and `mypy`
15+
- Linting and formatting using `ruff` and `ty`
1616
- `Alembic` for DB migrations
1717

1818
You can clone this project or use [this template](https://github.com/modern-python/modern-python-template) for fast [micro]service creation from scratch.

0 commit comments

Comments
 (0)