Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jan 9, 2024
1 parent c762977 commit 4688059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def lint(session: nox.Session):
_install_requirements(session)

session.log("Linting: generator and generated Python code.")
session.install("mypy", "ruff")
session.install("mypy", "ruff==0.1.9")
session.run("ruff", "check", ".")
session.run("ruff", "check", "--select=I001", ".")
session.run("ruff", "format", "--check", ".")
Expand Down

0 comments on commit 4688059

Please sign in to comment.