Skip to content

Commit

Permalink
Add ruff format rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Mar 17, 2024
1 parent 5c6e629 commit fadd6ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SHELL=/bin/bash

lint:
ruff check tsp_client
ruff format --check tsp_client
mypy --install-types --non-interactive --check-untyped-defs tsp_client

test:
Expand Down

0 comments on commit fadd6ae

Please sign in to comment.