Skip to content

Commit

Permalink
Use ruff check, pin ruff requirement to a version that has `ruff …
Browse files Browse the repository at this point in the history
…check`
  • Loading branch information
akx committed Jul 29, 2024
1 parent 5d8b32c commit e9ab4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clean:
rm -fr *.egg-info

lint:
$(RUFF) $(PROJECT_NAME)
$(RUFF) check $(PROJECT_NAME)

check:
$(PYTEST) $(PROJECT_NAME) $(PYTEST_ARGS) --cov-report= --cov=pygal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"pyquery",
"pytest",
"pytest-cov",
"ruff",
"ruff>=0.5.5",
]

moulinrouge_requirements = [
Expand Down

0 comments on commit e9ab4c5

Please sign in to comment.