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
* sort imports with ruff
* sorted imports (that's a lot of modified files)
* some more dev.py alling ig
* reconfigure the hooks to be more concise
* future-proofing? ruff lint config, sth like that
* combine as imports for ruff isort
* rerun import sorting after configuration update
* Select only the I rule
* Update pyproject.toml
* add the missing import and rewrite the method as how it is typically written elsewhere (e.g., the CPython repository)
* add spaces around [] for consistency
* some more unformatted files
* exclude python files in buildconfig only
* format and sort imports for buildconfig/stubs/pygame
* ignore .ruff_cache
* ignore typing.pyi explicitly since it's supposed to be an exact copy of typing.py
* ignore import sorting in stubs __init__.py only as it's auto-generated
---------
Co-authored-by: Dan Lawrence <[email protected]>
0 commit comments