summaryrefslogtreecommitdiff
path: root/.pydocstyle
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2019-04-16 14:33:43 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2019-04-16 14:33:43 -0400
commit89ef031427db9efd6ab657de16fd6e0c17cc7797 (patch)
treeb5d59cc0f001e9ffb1ead69a8e69475e2fa84c58 /.pydocstyle
parent286c0312647aae2261885da3c350f2cf24ea717d (diff)
downloadmongo-89ef031427db9efd6ab657de16fd6e0c17cc7797.tar.gz
SERVER-40559 Python linters do not run after upgrade to Python 3
Diffstat (limited to '.pydocstyle')
-rw-r--r--.pydocstyle2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pydocstyle b/.pydocstyle
index 96a61ed7825..229bd2904fe 100644
--- a/.pydocstyle
+++ b/.pydocstyle
@@ -11,4 +11,4 @@ inherit = false
# D301 - Use r""" if any backslashes in a docstring
ignore = D105,D202,D203,D212,D213,D301
# Do not run on buildscripts/tests/
-match = ^((?!buildscripts\/tests\/).)*$
+match = ^((?!buildscripts[\\\/]tests[\\\/]).)*$