Skip to content

Commit 3905de0

Browse files
committed
docs: mention syncing as suggested by @rwgk
1 parent de43578 commit 3905de0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pybind11/setup_helpers.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434
"""
3535

36+
# IMPORTANT: If you change this file in the pybind11 repo, also review
37+
# setup_helpers.pyi for matching changes.
38+
#
39+
# If you copy this file in, you don't
40+
# need the .pyi file; it's just an interface file for static type checkers.
41+
3642
import contextlib
3743
import os
3844
import shutil

pybind11/setup_helpers.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# IMPORTANT: Should stay in sync with setup_helpers.py (mostly checked by CI /
2+
# pre-commit).
3+
14
from typing import Any, Iterator, Optional, Type, TypeVar, Union
25
from types import TracebackType
36

0 commit comments

Comments
 (0)