Skip to content

Commit 4688059

Browse files
committed
Fix linter
1 parent c762977 commit 4688059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def lint(session: nox.Session):
3535
_install_requirements(session)
3636

3737
session.log("Linting: generator and generated Python code.")
38-
session.install("mypy", "ruff")
38+
session.install("mypy", "ruff==0.1.9")
3939
session.run("ruff", "check", ".")
4040
session.run("ruff", "check", "--select=I001", ".")
4141
session.run("ruff", "format", "--check", ".")

0 commit comments

Comments
 (0)