Skip to content

Commit

Permalink
run pyupgrade linter in lint session
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 12, 2024
1 parent a72f006 commit 0d7a934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def lint(session: nox.Session) -> None:
"""Look for lint."""
session.install("pre-commit")
session.run("pre-commit", "run", "--all-files", "reorder-python-imports")
session.run("pre-commit", "run", "--all-files", "pyupgrade")


@nox.session
Expand Down

0 comments on commit 0d7a934

Please sign in to comment.