Skip to content

Commit

Permalink
docs: mention syncing as suggested by @rwgk
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 14, 2020
1 parent de43578 commit 3905de0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pybind11/setup_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
"""

# IMPORTANT: If you change this file in the pybind11 repo, also review
# setup_helpers.pyi for matching changes.
#
# If you copy this file in, you don't
# need the .pyi file; it's just an interface file for static type checkers.

import contextlib
import os
import shutil
Expand Down
3 changes: 3 additions & 0 deletions pybind11/setup_helpers.pyi
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# IMPORTANT: Should stay in sync with setup_helpers.py (mostly checked by CI /
# pre-commit).

from typing import Any, Iterator, Optional, Type, TypeVar, Union
from types import TracebackType

Expand Down

0 comments on commit 3905de0

Please sign in to comment.