Skip to content

Commit 3f57bab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0d85f28 commit 3f57bab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/python_discovery/_py_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,8 @@ def _possible_base(self) -> Generator[str, None, None]:
787787

788788

789789
def normalize_isa(isa: str) -> str:
790-
"""Normalize an ISA (instruction set architecture) string to a canonical form.
790+
"""
791+
Normalize an ISA (instruction set architecture) string to a canonical form.
791792
792793
Known aliases are mapped (e.g. ``amd64`` → ``x86_64``, ``aarch64`` → ``arm64``).
793794
Unrecognized values are lowercased and returned as-is.

0 commit comments

Comments
 (0)