We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c762977 commit 4688059Copy full SHA for 4688059
1 file changed
noxfile.py
@@ -35,7 +35,7 @@ def lint(session: nox.Session):
35
_install_requirements(session)
36
37
session.log("Linting: generator and generated Python code.")
38
- session.install("mypy", "ruff")
+ session.install("mypy", "ruff==0.1.9")
39
session.run("ruff", "check", ".")
40
session.run("ruff", "check", "--select=I001", ".")
41
session.run("ruff", "format", "--check", ".")
0 commit comments