You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Select Ruff rules for modern type annotations
Ensure modern type annotation syntax and best practices
Not including those covered by type-checkers or exclusive to Python 3.11+
Not including rules currently in preview either.
These are the same set of rules I have in pywin32 as of mhammond/pywin32#2458
setuptools has all the same rules enabled (except it also includes the `UP` group directly)
* Add PYI011 ignore and #local section
* Update ruff.toml
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Add # upstream
---------
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
0 commit comments