Releases: sco1/flake8-annotations
Releases · sco1/flake8-annotations
Release v3.2.0
09 Oct 21:14
Compare
Sorry, something went wrong.
No results found
[v3.2.0]
Changed
Python 3.10 is now the minimum supported version
(Internal) Remove attrs as a dependency
Release v3.1.1
17 May 14:07
Compare
Sorry, something went wrong.
No results found
[v3.1.1]
Changed
#167 Add module-level support for the --respect-type-ignore flag
Release v3.1.0
06 May 18:47
Compare
Sorry, something went wrong.
No results found
[v3.1.0]
Added
#164 Add --respect-type-ignore to support suppression of errors for functions annotated with type: ignore
Release v3.0.1
03 May 02:43
Compare
Sorry, something went wrong.
No results found
[v3.0.1]
Changed
#155 Remove upper bound on Python constraint
Release v3.0.0
22 Jan 20:34
Compare
Sorry, something went wrong.
No results found
[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
Release v2.9.1
01 Aug 19:00
Compare
Sorry, something went wrong.
No results found
[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
15 Apr 15:29
Compare
Sorry, something went wrong.
No results found
[v2.9.0]
Added
#135 Add --allow-star-arg-any to support suppression of ANN401 for *args and **kwargs.
Release v2.8.0
30 Mar 16:18
Compare
Sorry, something went wrong.
No results found
[v2.8.0]
Added
#131 Add the ANN4xx error level for opinionated warnings that are disabled by default.
#131 Add ANN401 for use of typing.Any as an argument annotation.
Changed
Python 3.7 is now the minimum supported version
Release v2.7.0
11 Oct 13:18
Compare
Sorry, something went wrong.
No results found
Changelog
[v2.7.0]
Added
#122 Add support for Flake8 v4.x
Fixed
#117 Stop including CHANGELOG.md when building wheels.
Release v2.6.2
01 Apr 13:38
Compare
Sorry, something went wrong.
No results found
Changelog
[v2.6.2]
Fixed
#107 , #108 Change incorrect column index yielded for return annotation errors.