Enable more Ruff PYI rules with autofixes (#12557)

This commit is contained in:
Avasam
2024-09-04 19:50:07 -04:00
committed by GitHub
parent 59f612f514
commit 89e0b691db
2 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
# ruff: noqa: PYI036 # This is the module declaring BaseException
import _ast
import _typeshed
import sys