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: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
echo "Running Ruff Lint Check..."
|
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
|
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"
|
echo "Ruff Lint Check completed. ruff-report.json"
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,5 @@
|
|||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
coverage-badge
|
coverage-badge
|
||||||
|
|
||||||
# Linting tool
|
# Linting tool
|
||||||
ruff
|
ruff==0.14.7
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user