Skip to content

Commit

Permalink
ci(lint): run ruff too (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Oct 26, 2023
1 parent 5e32c20 commit 0ed884b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
rye sync --all-features
- name: Run ruff
run: |
rye run check:ruff
- name: Run type checking
run: |
rye run typecheck
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ format = { chain = [
"format:ruff" = "ruff --fix ."
"format:isort" = "isort ."

"check:ruff" = "ruff ."

typecheck = { chain = [
"typecheck:pyright",
"typecheck:verify-types",
Expand Down

0 comments on commit 0ed884b

Please sign in to comment.