MCPcopy Create free account
hub / github.com/pyca/cryptography / flake

Function flake

noxfile.py:151–164  ·  view source on GitHub ↗
(session: nox.Session)

Source from the content-addressed store, hash-verified

149
150@nox.session
151def flake(session: nox.Session) -> None:
152 install(session, ".[pep8test,test,ssh,nox]")
153
154 session.run("ruff", ".")
155 session.run("black", "--check", ".")
156 session.run("check-sdist")
157 session.run(
158 "mypy",
159 "src/cryptography/",
160 "vectors/cryptography_vectors/",
161 "tests/",
162 "release.py",
163 "noxfile.py",
164 )
165
166
167@nox.session

Callers

nothing calls this directly

Calls 2

installFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected