Skip to content

Commit

Permalink
Fixing as per comments
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Feb 1, 2024
1 parent 22fe8be commit 9f92fda
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 @@ -74,7 +74,7 @@ def format(session: Any) -> None:
session.run("black", *SOURCE_FILES)
session.run("python", "utils/license_headers.py", "fix", *SOURCE_FILES)

# session.notify("lint")
session.notify("lint")


@nox.session(python=["3.7"]) # type: ignore
Expand Down

0 comments on commit 9f92fda

Please sign in to comment.