Releases: sco1/flake8-annotations
Releases · sco1/flake8-annotations
Release v3.1.1
Release v3.1.0
[v3.1.0]
Added
- #164 Add
--respect-type-ignore
to support suppression of errors for functions annotated withtype: ignore
Release v3.0.1
Release v3.0.0
[v3.0.0]
Added
- Add
ANN402
for the presence of type comments
Changed
- Python 3.8.1 is now the minimum supported version
- Flake8 v5.0 is now the minimum supported version
Removed
- Remove support for PEP 484-style type comments
- Remove
ANN301
Release v2.9.1
[v2.9.1]
Changed
- #144 Unpin the version ceiling for
attrs
.
Fixed
- Fix unit tests for opinionated warning codes in
flake8 >= 5.0
(See: PyCQA/flake8#284)
Release v2.9.0
[v2.9.0]
Added
- #135 Add
--allow-star-arg-any
to support suppression ofANN401
for*args
and**kwargs
.
Release v2.8.0
Release v2.7.0
Release v2.6.2
Release v2.6.1
Changelog
[v2.6.1]
Changed
- Remove the explicitly pinned minor version ceiling for flake8.