chore: move isort config to pyproject.toml
This commit is contained in:
parent
5738edb49c
commit
f394336efc
8 changed files with 30 additions and 2 deletions
|
@ -34,12 +34,12 @@ install: $(VENV)
|
|||
.PHONY: .format
|
||||
.format: $(VENV)
|
||||
$(VENV)/bin/black .
|
||||
$(VENV)/bin/isort . --combine-as --profile black
|
||||
$(VENV)/bin/isort .
|
||||
|
||||
.PHONY: .format-check
|
||||
.format-check: $(VENV)
|
||||
$(VENV)/bin/black . --check
|
||||
$(VENV)/bin/isort . --combine-as --profile black --check
|
||||
$(VENV)/bin/isort . --check
|
||||
|
||||
.PHONY: .pylint
|
||||
.pylint: $(VENV)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue