Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
yams
Commits
18ae5afc7012
Commit
bbfe2824
authored
Jul 28, 2021
by
Laurent Peuch
Browse files
chore(mypy): automatically install missing types
parent
ca31a22f091d
Pipeline
#92954
failed with stages
in 2 minutes and 14 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
18ae5afc
...
...
@@ -57,7 +57,7 @@ python_files = *test_*.py
[testenv:mypy]
deps
=
mypy
>=
0.761
commands
=
mypy --ignore-missing-imports yams
commands
=
mypy
--install-types --non-interactive
--ignore-missing-imports
{posargs}
yams
[testenv:pypi-publish]
basepython
=
python3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment