Skip to content

Commit

Permalink
ruff update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeluca committed Aug 10, 2024
1 parent 11c9745 commit 17b32a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ test:

.PHONY: lint
lint:
ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 .
ruff --format=github --target-version=py37 .
ruff check --format=github --select=E9,F63,F7,F82 --target-version=py37 .
ruff check --format=github --target-version=py37 .

.PHONY: update-examples
update-example:
Expand Down

0 comments on commit 17b32a6

Please sign in to comment.