修正
All checks were successful
Python Test / python-test (push) Successful in 9s

This commit is contained in:
ry.yamafuji 2025-12-04 15:01:10 +09:00
parent e54a453935
commit 3151004281
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -2,6 +2,5 @@
pytest
pytest-cov
coverage-badge
# Linting tool
ruff
ruff==0.14.7