Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
YangWang92 committed Sep 20, 2024
1 parent 57f7073 commit ee8ca73
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ jobs:
- name: Analysing the code with ruff
run: |
ruff check .
#- name: Spelling check with codespell
# run: |
# codespell --toml pyproject.toml
- name: Spelling check with codespell
run: |
codespell --toml pyproject.toml
- name: Run isort
run: |
isort . --check-only
isort . --check-only
- name: Running yapf
run: |
yapf --diff --recursive .

0 comments on commit ee8ca73

Please sign in to comment.