Spaces:
Running
Running
Yorrick Jansen
Claude
commited on
Commit
·
12da901
1
Parent(s):
d3e23df
Remove isort from pre-commit and CI/CD workflow
Browse files🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
- .github/workflows/ci.yml +0 -1
- .pre-commit-config.yaml +0 -5
.github/workflows/ci.yml
CHANGED
|
@@ -26,7 +26,6 @@ jobs:
|
|
| 26 |
run: |
|
| 27 |
uv run ruff check .
|
| 28 |
uv run ruff format --check .
|
| 29 |
-
uv run isort --check-only --profile black --line-length 120 .
|
| 30 |
uv run pyright
|
| 31 |
|
| 32 |
test:
|
|
|
|
| 26 |
run: |
|
| 27 |
uv run ruff check .
|
| 28 |
uv run ruff format --check .
|
|
|
|
| 29 |
uv run pyright
|
| 30 |
|
| 31 |
test:
|
.pre-commit-config.yaml
CHANGED
|
@@ -6,11 +6,6 @@ repos:
|
|
| 6 |
args: [--fix]
|
| 7 |
- id: ruff-format
|
| 8 |
|
| 9 |
-
- repo: https://github.com/pycqa/isort
|
| 10 |
-
rev: 5.13.2
|
| 11 |
-
hooks:
|
| 12 |
-
- id: isort
|
| 13 |
-
|
| 14 |
- repo: https://github.com/RobertCraigie/pyright-python
|
| 15 |
rev: v1.1.397
|
| 16 |
hooks:
|
|
|
|
| 6 |
args: [--fix]
|
| 7 |
- id: ruff-format
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- repo: https://github.com/RobertCraigie/pyright-python
|
| 10 |
rev: v1.1.397
|
| 11 |
hooks:
|