How to compose commands in env scripts #1182
Replies: 2 comments 5 replies
-
https://hatch.pypa.io/latest/config/environment/overview/#scripts |
Beta Was this translation helpful? Give feedback.
5 replies
-
So, I found this result. Looks really weird because piping seems to work for you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use mypy-baseline to allow incremental adoption in the project. The usual way to do this is:
If I want to not repeat the mypy command in the scripts section, how can I accomplish the following with minimal duplication?
Beta Was this translation helpful? Give feedback.
All reactions