Skip to content

Commit

Permalink
fix ruff -> ruff check (in CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvaRC committed Oct 5, 2024
1 parent 2193252 commit cb078de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Check quality
run: |
black --check tests src scripts utils
ruff tests src scripts utils
ruff check tests src scripts utils
# ruff check tests src scripts utils --fix
# doc-builder style src docs/source --max_len 119 --check_only --path_to_docs docs/source

check_repository_consistency:
Expand Down

0 comments on commit cb078de

Please sign in to comment.