Skip to content

Commit 5035f0c

Browse files
authored
Merge pull request #238 from asherf/tox
pin isort for now
2 parents 9a81baa + f568963 commit 5035f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
django-redis>=4.12.1
22
black; python_version >= '3.6'
33
flake8
4-
isort
4+
isort<5
55
prometheus-client>=0.7
66
pip-prometheus>=1.2.1
77
mock

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ commands =
2323
deps =
2424
black
2525
flake8
26-
isort
26+
isort<5
2727
flake8-debugger
2828
flake8-2020
2929
flake8-comprehensions

0 commit comments

Comments
 (0)