We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab0f4d0 commit 289af1bCopy full SHA for 289af1b
versions/catalystwan-v20_16/noxfile.py
@@ -49,7 +49,7 @@ def mypy(session):
49
session.install(
50
"types-requests",
51
)
52
- session.run("mypy", "-p", "catalystwan.versions.v20_15", "--show-traceback")
+ session.run("mypy", "-p", "catalystwan.versions.v20_16", "--show-traceback")
53
54
55
@nox.session(python=DEFAULT_PYTHON_VERSION)
0 commit comments