mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Run mypy and pyright on our py312 stubs in CI (#10119)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
aiohttp==3.8.4
|
||||
aiohttp==3.8.4; python_version < "3.12" # aiohttp can't be installed on 3.12 yet
|
||||
black==23.3.0 # must match .pre-commit-config.yaml
|
||||
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
flake8-bugbear==23.3.23; python_version >= "3.8" # must match .pre-commit-config.yaml
|
||||
|
||||
Reference in New Issue
Block a user