Skip to content

Commit c626a29

Browse files
committed
fix
1 parent 581ef2a commit c626a29

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.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

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 FastAPI with SQLAlchemy and Postgr
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)