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
* Fix all mypy issues
* Ran black
* Exclude tox from mypy check
* Fix all mypy issues again
* Address PR comments
* Fix accidental line ending changes
* Update .gitignore
* No unused type: ignore
* TypeError: 'ABCMeta' object is not subscriptable
* Fix RuffError
* Fix post-merge mypy issues
* RUff format
* Ignore more generated files
* Disable more mypy errors
* Globally ignore attr-defined for now
* Update more comments
* Address PR comments and fix new exposed typing issues
* Comments updates and don't touch vendored
* Accidentally removed noqa
* Update setuptools/tests/integration/test_pip_install_sdist.py
Co-authored-by: Anderson Bravalheri <[email protected]>
* Post merge comments
Update setuptools/tests/integration/test_pip_install_sdist.py
Co-authored-by: Anderson Bravalheri <[email protected]>
* Document that usage of _config_vars is very purposeful Closes#4228
+ try to resolve doc issue
* sort nitpick_ignore
* Make only comment on newline like others
* Forgot to re-ignore
---------
Co-authored-by: Anderson Bravalheri <[email protected]>
# Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962
# TODO: has been fixed upstream, waiting for new mypy release https://github.com/python/typeshed/pull/11310
0 commit comments