Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Jul 30, 2024
1 parent ead1db1 commit 4e54f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ test-cov-xml = "pytest --cov-report=xml"
lint = [
"isort .",
"black .",
"ruff --fix .",
"ruff check --fix .",
]
lint-check = [
"isort . --check-only",
"black --check .",
"ruff .",
"ruff check .",
]
docs-serve = "python scripts/generate_gallery.py;mkdocs serve"
docs-build = "python scripts/postprocess_videos.py;python scripts/generate_gallery.py;mkdocs build"
Expand Down

0 comments on commit 4e54f42

Please sign in to comment.