We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c837bcc commit 1e76f52Copy full SHA for 1e76f52
1 file changed
Makefile
@@ -59,8 +59,8 @@ quality: ## check coding style with pycodestyle and pylint
59
tox -e quality
60
61
format: ## format code with black and isort. Enable ruff to fix E (pycodestyle) and I (isort) issues
62
- ruff format openedx_authz tests --line-length 120
63
- ruff check --select E,I --fix --line-length 120
+ ruff format openedx_authz tests
+ ruff check --fix
64
65
pii_check: ## check for PII annotations on all Django models
66
tox -e pii_check
0 commit comments