Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 1.32 KB

flake8-plugin-utils.md

File metadata and controls

57 lines (29 loc) · 1.32 KB

1.3.7.5 (2023-07-20)

Add an upstream_repository field to METADATA.toml (#10487)

Closes: #10478

1.3.7.4 (2023-06-28)

[stubsabot] Mark flake8-plugin-utils as obsolete since 1.3.3 (#10373)

Release: https://pypi.org/pypi/flake8-plugin-utils/1.3.3 Homepage: https://pypi.org/project/flake8-plugin-utils

Co-authored-by: stubsabot <>

1.3.7.3 (2023-05-10)

Add partial_stub metadata field (#10157)

1.3.7.2 (2023-03-27)

Add defaults for third-party stubs E-H (#9954)

1.3.7.1 (2023-02-21)

Stubtest settings: change ignore_missing_stub default to false (#9779)

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

1.3.7 (2022-06-14)

Fix miscellaneous invalid TypeVar usages (#8074)

1.3.6 (2022-04-16)

Third-party stubs: import from collections.abc where possible (#7637)

1.3.5 (2022-04-16)

Use TypeAlias where possible for type aliases (#7630)

1.3.4 (2022-03-29)

Remove unneeded # noqa comments, fix broken # noqa comments (#7561)

1.3.3 (2022-01-08)

Use lowercase type everywhere (#6853)

1.3.1 (2021-12-28)

Use PEP 585 syntax wherever possible (#6717)

1.3.0 (2021-12-13)

Add stubs for flake8-plugin-utils (#6506)