Skip to content

Commit e3c7ddc

Browse files
authored
Merge pull request #34 from dadocracia/feat/mypy
Adiciona MyPy como Dependência do Projeto
2 parents d522dfa + 81fad64 commit e3c7ddc

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "Esse repositório foi criado com o propósito de servir como um t
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8+
"mypy>=1.11.2",
89
"ruff>=0.6.5",
910
"taskipy>=1.13.0",
1011
]

uv.lock

+38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)