diff options
Diffstat (limited to '.pydocstyle')
-rw-r--r-- | .pydocstyle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.pydocstyle b/.pydocstyle new file mode 100644 index 0000000..4e920d3 --- /dev/null +++ b/.pydocstyle @@ -0,0 +1,2 @@ +[pydocstyle] +ignore = D105,D203,D213 |