summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-08-03 18:31:09 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2020-08-03 18:31:09 -0700
commit5c4aa9762d911c84aa485fc9e3003c6ff14ba58b (patch)
treee76380ec9c851ce38325097945ff4557cc407e9f
parentdinsic lint (diff)
downloadsynapse-5c4aa9762d911c84aa485fc9e3003c6ff14ba58b.tar.xz
Update isort to v3.8.3
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini

index c777c0c5c3..ea41f1c1de 100644 --- a/tox.ini +++ b/tox.ini
@@ -120,8 +120,7 @@ commands = [testenv:check_codestyle] skip_install = True deps = - flake8==3.7.9 # We temporarily pin flake8's version before the v1.13.0 merge which has - # fixes for flake8 3.8.1 + flake8==3.8.3 flake8-comprehensions # We pin so that our tests don't start failing on new releases of black. black==19.10b0