Skip to content

Commit

Permalink
chore(dev-tools): require at least one argument to just decouple be…
Browse files Browse the repository at this point in the history
…cause pydeps does
  • Loading branch information
cpcloud committed Oct 14, 2023
1 parent 7949bc6 commit 44ad5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ view-changelog flags="":
| ([ "{{ flags }}" = "--pretty" ] && glow -p - || cat -)
# run the decouple script to check for prohibited inter-module dependencies
decouple *args:
decouple +args:
python ci/check_disallowed_imports.py {{ args }}

# profile something
Expand Down

0 comments on commit 44ad5f5

Please sign in to comment.