From 89ef031427db9efd6ab657de16fd6e0c17cc7797 Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Tue, 16 Apr 2019 14:33:43 -0400 Subject: SERVER-40559 Python linters do not run after upgrade to Python 3 --- .pydocstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.pydocstyle') 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[\\\/]).)*$ -- cgit v1.2.1