Skip to content

Commit

Permalink
Fix Ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker authored Jul 1, 2024
1 parent c0fa322 commit 7afb30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: "🧰 Install dependencies"
run: pip install .[tests]
- name: "🔍 Check Python code"
run: ruff .
run: ruff check .
# python-typing:
# name: "🔍 Check Python static typing"
# strategy:
Expand Down

0 comments on commit 7afb30a

Please sign in to comment.