From f9b172f1b15cd4fc71df0026cecb72235c6fc489 Mon Sep 17 00:00:00 2001 From: David-Wobrock Date: Mon, 12 Apr 2021 10:59:15 +0200 Subject: [PATCH] Upgrade flake and isort versions for linting --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c9cd9e6a..9b9a7903 100644 --- a/tox.ini +++ b/tox.ini @@ -31,9 +31,9 @@ deps = [testenv:lint] basepython = python3.6 deps = - flake8==3.8.4 + flake8==3.9.0 black==20.8b1 - isort==5.6.4 + isort==5.8.0 commands = flake8 django_migration_linter/ black --check django_migration_linter/ tests/ manage.py setup.py