summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorShivaram Lingamneni <slingamn@cs.stanford.edu>2022-07-23 14:09:33 -0700
committerGitHub <noreply@github.com>2022-07-23 17:09:33 -0400
commit2b2e989f3e925803da9a99326092956fa0a5ea11 (patch)
tree800b14ee159866191f0ce75a9bb13fd2f20183b3 /tox.ini
parentbdfaf730d46fe155abb5826db42af6b58e21c015 (diff)
downloadpy-bcrypt-git-2b2e989f3e925803da9a99326092956fa0a5ea11.tar.gz
allow null bytes in inputs (#328)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 36ac09f..1980668 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,3 +42,7 @@ ignore = E203,E211,E501,W503,W504
exclude = .tox,*.egg
select = E,W,F,N,I
application-import-names = bcrypt,tests
+
+[check-manifest]
+ignore =
+ tests/reference/*