summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-07-23 20:38:00 -0400
committerGitHub <noreply@github.com>2020-07-23 19:38:00 -0500
commit09c5fd1a20865731d76c607948fab5bd9c018824 (patch)
tree0439f58a34e7c97353ca90247ac56c38347170b9 /tox.ini
parentcd8ba16d8e83987a5d905ad2a8d05c7da97b994d (diff)
downloadpy-bcrypt-git-09c5fd1a20865731d76c607948fab5bd9c018824.tar.gz
Paint it Black by the Rolling Stones (#208)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0850d43..49ec7b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,11 +22,13 @@ commands =
[testenv:py3pep8]
basepython = python3
deps =
+ black
flake8
flake8-import-order
pep8-naming
commands =
flake8 .
+ black --check .
[testenv:packaging]
deps =
@@ -38,7 +40,7 @@ commands =
[flake8]
-ignore = W504
+ignore = E203,E211,E501,W503,W504
exclude = .tox,*.egg
select = E,W,F,N,I
application-import-names = bcrypt,tests