Skip to content

Commit 1e76f52

Browse files
refactor: drop inline configurations in favor of ruff.toml
1 parent c837bcc commit 1e76f52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ quality: ## check coding style with pycodestyle and pylint
5959
tox -e quality
6060

6161
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
62+
ruff format openedx_authz tests
63+
ruff check --fix
6464

6565
pii_check: ## check for PII annotations on all Django models
6666
tox -e pii_check

0 commit comments

Comments
 (0)