Skip to content

Commit 496e42e

Browse files
committed
add black, require isort version
1 parent 9715269 commit 496e42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
extras_require={
5454
'testing': tests_requires,
5555
'docs': ['Sphinx', 'sphinx-autobuild', 'alabaster'],
56-
'quality': ['isort'],
56+
'quality': ['isort>=5.0.2', 'black'],
5757
},
5858
scripts=glob.glob('script/*.py'),
5959
entry_points={

0 commit comments

Comments
 (0)