Skip to content

Commit

Permalink
Add ruff to local workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera committed Jan 16, 2024
1 parent 96c5d55 commit f1a5454
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ install:
@pip install -r requirements.txt
@pip install -r requirements-dev.txt

ruff:
@ruff --fix .
@ruff format .

unittest:
@cd tests && pytest ./ --no-header

Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ quart>=0.19.4
pytest>=7.4.3
coverage-badge
coverage
ruff==0.1.13
twine

0 comments on commit f1a5454

Please sign in to comment.