summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-10-06 16:58:11 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-02-06 19:10:02 +0100
commit9a05a93b28657eb7b9a02ff69c3968514cefd06a (patch)
tree4942902950685e0c9259d75b4f93f07c00531af5 /setup.cfg
parent269462a3111b86dbee9b1c2614be5a41bdfe2fa1 (diff)
downloadm2crypto-9a05a93b28657eb7b9a02ff69c3968514cefd06a.tar.gz
Restore RSA tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 780c803..a21020e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,4 +7,4 @@ tag_svn_revision = 0
ignore = E402,N806,N803,N802,E501
[pydocstyle]
-ignore = D10,D203
+ignore = D10,D203,D213