SERVER-115023: Fix invalid escape sequences for Python 3.13 compatibi… (#46796)
GitOrigin-RevId: 85e626b45da320948578b440cfacf91e7eddb3f5
This commit is contained in:
committed by
MongoDB Bot
parent
626de85871
commit
6b7db691f1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user