1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

docs(PROJECT_STRUCTURE.md): remove 'mypy.ini' from doc

'mypy.ini' is no longer needed
This commit is contained in:
clonidine 2024-07-28 03:30:30 -03:00
parent 464a23af8e
commit 14dcf51ea1
No known key found for this signature in database
GPG key ID: C81EB8FE5D1FFCB6

View file

@ -35,10 +35,6 @@ This document outlines the structure of the Discord bot project to help you navi
- **examples/** - Contains sample code and usage examples.
## Type Checking Configuration
- **mypy.ini** - Configuration for MyPy, a static type checker.
## Dependency Management
- **poetry.lock** - Lock file for Poetry to ensure reproducible installs.
@ -106,7 +102,6 @@ tux
│ └─ resources
│ ├─ image.png
├─ examples
├─ mypy.ini
├─ poetry.lock
├─ prisma
│ ├─ database.db
@ -168,4 +163,4 @@ tux
│ └─ sentry.py
├─ tux.service
├─ docker-compose.yml
```
```