-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Safety #2373
base: main
Are you sure you want to change the base?
Remove Safety #2373
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2373 +/- ##
=======================================
Coverage 99.16% 99.16%
=======================================
Files 40 40
Lines 3101 3101
Branches 680 680
=======================================
Hits 3075 3075
Misses 15 15
Partials 11 11 |
1. Clone your fork to your local file system: | ||
`git clone https://github.com/$GITHUB_ACCOUNT/isort.git` | ||
3. `cd isort` | ||
4. `uv sync --all-extras --frozen` | ||
1. `cd isort` | ||
1. `uv sync --all-extras --frozen` | ||
* Optionally, isolate uv's installation from the rest of your system using the instructions on the uv site here: https://docs.astral.sh/uv/ | ||
5. `./scripts/test.sh` should yield Success: no issues found | ||
6. `./scripts/clean.sh` should yield a Safety report checking packages | ||
1. `./scripts/test.sh` should yield Success: no issues found | ||
1. `./scripts/clean.sh` should yield a report checking packages |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably want to keep the numbers here 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DanielNoord a cool feature of Markdown is putting 1. to everything, it will automatically put the order for you. This makes easier to maintain and add other items to the list. But if you prefer I can revert it since it is not really related to Safety.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL
No description provided.