Skip to content

Commit

Permalink
Make slot check verbose (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Dec 2, 2024
1 parent 93c6426 commit 1bdcdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def slot_check(session: nox.Session) -> None:
# TODO: don't require installing .?
# https://github.com/pypa/pip/issues/10362
_install_deps(session, "lint", name="slot_check")
session.run("slotscheck", "-m", _CONFIG.assert_project_name())
session.run("slotscheck", "-v", "-m", _CONFIG.assert_project_name())


@_filtered_session(reuse_venv=True, name="spell-check")
Expand Down

0 comments on commit 1bdcdb6

Please sign in to comment.