Skip to content

Commit 1cfbe78

Browse files
committed
lint
1 parent d8143a5 commit 1cfbe78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/scripts/bootstrap-mongo-orchestration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -eux
3+
set -eu
44

55

66
# Enable core dumps if enabled on the machine

tools/fail_if_no_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import pymongo # noqa: E402
3131

3232

33-
def main():
33+
def main() -> None:
3434
if not pymongo.has_c() or not bson.has_c():
3535
try:
3636
from pymongo import _cmessage # type:ignore[attr-defined] # noqa: F401

0 commit comments

Comments
 (0)