Skip to content

Commit 4449d7b

Browse files
authored
chore: type check install_certifi.py (#2365)
1 parent e9a8781 commit 4449d7b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ repos:
2525
hooks:
2626
- id: mypy
2727
name: mypy 3.11 on cibuildwheel/
28-
exclude: ^cibuildwheel/resources/.*py$
2928
args: ["--python-version=3.11"]
3029
additional_dependencies: &mypy-dependencies
3130
- bracex

cibuildwheel/resources/install_certifi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
)
2727

2828

29-
def main():
29+
def main() -> None:
3030
openssl_dir, openssl_cafile = os.path.split(ssl.get_default_verify_paths().openssl_cafile)
3131
print(" -- pip install --upgrade certifi")
3232
subprocess.check_call(

0 commit comments

Comments
 (0)