Skip to content

Commit

Permalink
run the blackdoc hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 20, 2024
1 parent 428ac8f commit e205a86
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 @@ -55,7 +55,7 @@ def coverage(session: nox.Session) -> None:
@nox.session
def lint(session: nox.Session) -> None:
"""Look for lint."""
skip_hooks = ("blackdoc", "file-contents-sorter")
skip_hooks = ("file-contents-sorter",)
session.install("pre-commit")
session.run("pre-commit", "run", "--all-files", env={"SKIP": ",".join(skip_hooks)})

Expand Down

0 comments on commit e205a86

Please sign in to comment.