Skip to content

Commit

Permalink
Merge branch 'main' into support-dtype-param
Browse files Browse the repository at this point in the history
  • Loading branch information
lukapeschke authored Mar 3, 2024
2 parents cd6a3c4 + 9680faf commit 457e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Commands
## Python
ruff = ruff python/ *.py
ruff = ruff check python/ *.py
format = ruff format python/ *.py
mypy = mypy python/ *.py
pytest = pytest -v
Expand Down

0 comments on commit 457e372

Please sign in to comment.