SERVER-115023: Fix invalid escape sequences for Python 3.13 compatibi… (#46796)

GitOrigin-RevId: 85e626b45da320948578b440cfacf91e7eddb3f5
This commit is contained in:
Nick Jefferies
2026-01-26 09:40:19 -05:00
committed by MongoDB Bot
parent 626de85871
commit 6b7db691f1
10 changed files with 16 additions and 15 deletions

View File

@@ -145,13 +145,13 @@ def main():
"--exclude",
".*external/mongo_toolchain/.*",
"--exclude",
".*src/.*_gen\.(h|hpp|cpp)",
r".*src/.*_gen\.(h|hpp|cpp)",
"--exclude",
".*src/mongo/db/cst/grammar\.yy",
r".*src/mongo/db/cst/grammar\.yy",
"--exclude",
".*src/mongo/idl/.*",
"--exclude",
".*src/mongo/.*_test\.(h|hpp|cpp)",
r".*src/mongo/.*_test\.(h|hpp|cpp)",
"--exclude",
".*src/mongo/dbtests/.*",
"--exclude",