Skip to content

Commit

Permalink
Have ruff check all files
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Ernst committed Dec 27, 2024
1 parent 7ec3aee commit 6383569
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 @@ -38,7 +38,7 @@ $(VENV) :
$(VENV)/bin/pip install ruff mypy pylint

lint : build
$(VENV)/bin/ruff check src
$(VENV)/bin/ruff check
MYPYPATH=src $(VENV)/bin/mypy --namespace-packages --explicit-package-bases --install-types --non-interactive src
@# These options should be the same flags as in .pre-commit-config.yml, except that I can't get it to
@# work there without the "--ignore-missing-imports" flag, while it does work without it here
Expand Down

0 comments on commit 6383569

Please sign in to comment.