mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Switch to isort 5 (#669)
This commit is contained in:
parent
55bce593f0
commit
fa14100b16
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ black: install-dev ## Run the tests
|
|||
|
||||
.PHONY: isort
|
||||
isort: install-dev ## Run the tests
|
||||
$(VENV)/bin/isort -rc .
|
||||
$(VENV)/bin/isort .
|
||||
|
||||
.PHONY: release
|
||||
release: install-dev ## Release a new version (see https://ihatemoney.readthedocs.io/en/latest/contributing.html#how-to-release)
|
||||
|
|
|
@ -46,7 +46,7 @@ dev =
|
|||
black>=19.10b0 ; python_version >= '3.6'
|
||||
flake8>=3.7.9
|
||||
Flask-Testing>=0.8.0
|
||||
isort>=4.3.21
|
||||
isort>=5.0.0
|
||||
pytest>=5.4.1
|
||||
tox>=3.14.6
|
||||
zest.releaser>=6.20.1
|
||||
|
|
Loading…
Reference in a new issue