Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jrsmith3
Copy link
Owner

Overview

This PR closes #103.

@jrsmith3
Copy link
Owner Author

Apparently the double-dash (--) after a script passes additional args to the script. I should test this feature.

@jrsmith3
Copy link
Owner Author

I should also check out these default scripts for the fmt environment. Specifically, lint-check. I should test if I can run the following command to do just linting.

hatch fmt:lint-check

@jrsmith3
Copy link
Owner Author

In fact, I can just pass args to the hatch fmt command.

hatch fmt -l  # just run the linter
hatch fmt --check  # just do a check, don't fix anything

@jrsmith3 jrsmith3 added the patch release When PR is merged increment patch version segment label Apr 14, 2025
It is automatically generated during build.
@jrsmith3 jrsmith3 merged commit b111c00 into main Apr 15, 2025
3 checks passed
@jrsmith3 jrsmith3 deleted the 103-ruff branch April 15, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch release When PR is merged increment patch version segment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure linting with ruff

2 participants