Skip to content

Commit

Permalink
chore: update ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Jul 28, 2024
1 parent 3695f17 commit 846af8a
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 @@ -28,7 +28,7 @@ lint-black:
black --check streaming_form_data/*.py tests/ utils/ examples/**/*.py

lint-ruff:
ruff --select=B,C4,C9,E,F,PLC,PLE,PLW,W .
ruff check streaming_form_data/ tests/ examples/

lint-mypy:
mypy streaming_form_data/
Expand Down

0 comments on commit 846af8a

Please sign in to comment.