This commit is contained in:
parent
e54a453935
commit
3151004281
1
.github/workflows/pyruff.yml
vendored
1
.github/workflows/pyruff.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
run: |
|
||||
ls -la
|
||||
echo "Running Ruff Lint Check..."
|
||||
python -m ruff --version
|
||||
python -m ruff check src tests examples --no-cache --output-format json --output-file ruff-report.json
|
||||
echo "Ruff Lint Check completed. ruff-report.json"
|
||||
|
||||
|
||||
@ -2,6 +2,5 @@
|
||||
pytest
|
||||
pytest-cov
|
||||
coverage-badge
|
||||
|
||||
# Linting tool
|
||||
ruff
|
||||
ruff==0.14.7
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user