File tree 5 files changed +7
-181
lines changed
5 files changed +7
-181
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Base System Requirements:
22
22
Once you have verified that your system matches the base requirements you can start to get the project working by following these steps:
23
23
24
24
1 . [ Fork the project on GitHub] ( https://github.com/pycqa/isort/fork ) .
25
- 2 . Clone your fork to your local file system:
25
+ 1 . Clone your fork to your local file system:
26
26
` git clone https://github.com/$GITHUB_ACCOUNT/isort.git `
27
- 3 . ` cd isort `
28
- 4 . ` uv sync --all-extras --frozen `
27
+ 1 . ` cd isort `
28
+ 1 . ` uv sync --all-extras --frozen `
29
29
* Optionally, isolate uv's installation from the rest of your system using the instructions on the uv site here: https://docs.astral.sh/uv/
30
- 5 . ` ./scripts/test.sh ` should yield Success: no issues found
31
- 6 . ` ./scripts/clean.sh ` should yield a Safety report checking packages
30
+ 1 . ` ./scripts/test.sh ` should yield Success: no issues found
31
+ 1 . ` ./scripts/clean.sh ` should yield a report checking packages
32
32
33
33
** TIP** : ` ./scripts/done.sh ` will run both clean and test in one step.
34
34
Original file line number Diff line number Diff line change @@ -55,4 +55,3 @@ All code submitted to hug should run through the following tools:
55
55
- ruff
56
56
- pep8-naming
57
57
- vulture
58
- - safety
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ dev = [
134
134
" pytest-mock>=1.10" ,
135
135
" requirementslib>=1.5" ,
136
136
" ruff>=0.9.6" ,
137
- " safety>=2.2.0" ,
138
137
" stdlibs>=2024.10.21.16" ,
139
138
" toml>=0.10.2" ,
140
139
" types-colorama>=0.4.2" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,4 @@ uv run isort --profile hug --check --diff isort/ tests/
8
8
uv run isort --profile hug --check --diff example_* /
9
9
uv run --with=Flake8-pyproject flake8 isort/ tests/
10
10
uv run ruff check
11
- # 51457: https://github.com/tiangolo/typer/discussions/674
12
- # 72715: https://github.com/timothycrosley/portray/issues/95
13
- uv run safety check -i 72715 -i 51457 -i 59587
14
11
uv run bandit -r isort/ -x isort/_vendored
You can’t perform that action at this time.
0 commit comments