summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5883e7a..93432dc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,6 +38,7 @@ basepython = python3
deps =
black
flake8
+ flake8-import-order
skip_install = true
commands =
black --check .
@@ -71,4 +72,5 @@ commands =
coverage report
[flake8]
+application-import-names = OpenSSL
ignore = E203,W503,W504