Skip to content

Commit

Permalink
add trailing whitespace, end-of-file linters to the lint session
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 12, 2024
1 parent b0ad391 commit ae22d12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ 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", "trailing-whitespace")
session.run("pre-commit", "run", "--all-files", "end-of-file-fixer")


@nox.session
Expand Down

0 comments on commit ae22d12

Please sign in to comment.