aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRémy HUBSCHER <hubscher.remy@gmail.com>2020-04-21 13:59:41 +0200
committerGitHub <noreply@github.com>2020-04-21 13:59:41 +0200
commit299c64a48cb6278eebe1d7cc54d878953ecc5fa5 (patch)
tree87219e02bedf6d75f15da2b3ab95cbcb4988d55b /setup.cfg
parentf0b40578adeca5e9fc75787c00787c20f1072144 (diff)
downloadihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.zip
ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.tar.gz
ihatemoney-mirror-299c64a48cb6278eebe1d7cc54d878953ecc5fa5.tar.bz2
Add isort support. (#561)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 571f538..be62af2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -44,6 +44,7 @@ dev =
black==19.10b0 ; python_version >= '3.6'
flake8==3.7.9
Flask-Testing==0.8.0
+ isort==4.3.21
pytest==5.4.1
tox==3.14.6
zest.releaser==6.20.1