File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - id : debug-statements
2323 - id : end-of-file-fixer
2424 - id : forbid-submodules
25+ - id : requirements-txt-fixer
2526 - id : trailing-whitespace
2627 exclude : \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2728
Original file line number Diff line number Diff line change 11mkdocs == 1.6.1
2+ mkdocs-include-markdown-plugin
23mkdocs-material
34mkdocstrings [python ]== 0.27.0
4- mkdocs-include-markdown-plugin
55pygments
66pymdown-extensions == 10.14.3
Original file line number Diff line number Diff line change 1+ mypy==1.15.0
2+ pytest
3+ types-freezegun
4+ types-setuptools
Original file line number Diff line number Diff line change @@ -40,10 +40,7 @@ commands =
4040
4141[testenv:mypy]
4242deps =
43- mypy ==1.12
44- pytest
45- types-freezegun
46- types-setuptools
43+ -r requirements-mypy.txt
4744commands =
4845 mypy . {posargs}
4946
You can’t perform that action at this time.
0 commit comments