Skip to content

Commit

Permalink
chore: Bump Nox
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 31, 2025
1 parent 02f3afd commit e02f669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
griffe~=1.5
nox @ git+https://github.com/wntrblm/nox.git@refs/pull/921/head
nox @ git+https://github.com/wntrblm/nox.git@main
pre-commit==4.1.0
twine==6.1.0
3 changes: 1 addition & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ def version_bump(session: nox.Session) -> None:
def api_changes(session: nox.Session) -> None:
"""Check for API changes."""
args = [
"griffe",
"check",
"singer_sdk",
]
Expand All @@ -286,4 +285,4 @@ def api_changes(session: nox.Session) -> None:
if "GITHUB_ACTIONS" in os.environ:
args.append("-f=github")

session.run("uv", "tool", "run", *args, external=True)
session.run("uvx", "griffe", *args, external=True)

0 comments on commit e02f669

Please sign in to comment.