Skip to content

Commit

Permalink
turn on name-tests-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 17, 2024
1 parent de6a666 commit ccebacd
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 @@ -62,6 +62,7 @@ def lint(session: nox.Session) -> None:
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")
session.run("pre-commit", "run", "--all-files", "name-tests-test")


@nox.session
Expand Down

0 comments on commit ccebacd

Please sign in to comment.