diff options
| author | Glandos <bugs-github@antipoul.fr> | 2020-08-05 22:56:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 22:56:43 +0200 |
| commit | fa14100b1642f1e10a0a0403d025afabd0370f13 (patch) | |
| tree | dfa4228c0bdc18290ab5c7eb12df4ff045c650c4 | |
| parent | 55bce593f04b64a383e300ae9967ce690f95c70d (diff) | |
| download | ihatemoney-mirror-fa14100b1642f1e10a0a0403d025afabd0370f13.zip ihatemoney-mirror-fa14100b1642f1e10a0a0403d025afabd0370f13.tar.gz ihatemoney-mirror-fa14100b1642f1e10a0a0403d025afabd0370f13.tar.bz2 | |
Switch to isort 5 (#669)
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |
