Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Oct 14, 2024
1 parent f0abb19 commit 944e79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@nox.session
def lint(session):
session.install("pre-commit", "jupyter")
session.chdir("../..")
session.run("pre-commit", "run", "--hook-stage=pre-push", "--all-files")


Expand Down

0 comments on commit 944e79d

Please sign in to comment.