Skip to content
Snippets Groups Projects
Commit bdf47e75 authored by Rambaud Pierrick's avatar Rambaud Pierrick
Browse files

test: add mypy to the default sessions

parent e023fac8
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ The nox run are build in isolated environment that will be stored in .nox. to fo
import nox
nox.options.sessions = ["lint", "docs", "test"]
nox.options.sessions = ["lint", "mypy", "docs", "test"]
@nox.session(reuse_venv=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment