Skip to content

Commit

Permalink
run the flake8 linter in the lint session
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 13, 2024
1 parent 5eb34e8 commit e04f347
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 @@ -61,6 +61,7 @@ def lint(session: nox.Session) -> None:
session.run("pre-commit", "run", "--all-files", "trailing-whitespace")
session.run("pre-commit", "run", "--all-files", "end-of-file-fixer")
session.run("pre-commit", "run", "--all-files", "pyupgrade")
session.run("pre-commit", "run", "--all-files", "flake8")


@nox.session
Expand Down

0 comments on commit e04f347

Please sign in to comment.