-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> fix: version based on pipx Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> fix: subprocess on Windows Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> fix: uv or virtualenv, test Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> fix: windows Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> fix: ignore errors in rmtree (3.8+ should be fine on Windows now) fix: resolve nox path on Windows Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
- Loading branch information
Showing
6 changed files
with
174 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# /// script | ||
# dependencies = ["nox", "cowsay"] | ||
# /// | ||
|
||
import cowsay | ||
|
||
import nox | ||
|
||
|
||
@nox.session | ||
def example(session: nox.Session) -> None: | ||
print(cowsay.cow("hello_world")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters