#98 Add --dispatch-decorators to support suppression of all errors from functions decorated by decorators such as functools.singledispatch and functools.singledispatchmethod.
#99 Add --overload-decorators to support generic aliasing of the typing.overload decorator.
Fixed
#106 Fix incorrect parsing of multiline docstrings with less than two lines of content, causing incorrect line numbers for yielded errors in Python versions prior to 3.8
#103 Add --allow-untyped-nested to suppress all errors from dynamically typted nested functions. A function is considered dynamically typed if it does not contain any type hints.
Configuration
📅Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [flake8-annotations](https://github.com/sco1/flake8-annotations) | minor | `~=2.4.1` -> `~=2.9.1` |
---
### Release Notes
<details>
<summary>sco1/flake8-annotations (flake8-annotations)</summary>
### [`v2.9.1`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v291)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.9.0...v2.9.1)
##### Changed
- [#​144](https://github.com/sco1/flake8-annotations/issues/144) Unpin the version ceiling for `attrs`.
##### Fixed
- (Internal) Fix unit tests for opinionated warning codes in `flake8 >= 5.0` (See: https://github.com/pycqa/flake8/issues/284)
### [`v2.9.0`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v290)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.8.0...v2.9.0)
##### Added
- [#​135](https://github.com/sco1/flake8-annotations/issues/135) Add `--allow-star-arg-any` to support suppression of `ANN401` for `*args` and `**kwargs`.
### [`v2.8.0`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v280)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.7.0...v2.8.0)
##### Added
- [#​131](https://github.com/sco1/flake8-annotations/issues/131) Add the `ANN4xx` error level for opinionated warnings that are disabled by default.
- [#​131](https://github.com/sco1/flake8-annotations/issues/131) Add `ANN401` for use of `typing.Any` as an argument annotation.
##### Changed
- Python 3.7 is now the minimum supported version
### [`v2.7.0`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v270)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.6.2...v2.7.0)
##### Added
- [#​122](https://github.com/sco1/flake8-annotations/issues/122) Add support for Flake8 v4.x
##### Fixed
- [#​117](https://github.com/sco1/flake8-annotations/issues/117) Stop including `CHANGELOG.md` when building wheels.
### [`v2.6.2`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v262)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.6.1...v2.6.2)
##### Fixed
- [#​107](https://github.com/sco1/flake8-annotations/issues/107), [#​108](https://github.com/sco1/flake8-annotations/issues/108) Change incorrect column index yielded for return annotation errors.
### [`v2.6.1`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v261)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.6.0...v2.6.1)
##### Changed
- Remove the explicitly pinned minor version ceiling for flake8.
### [`v2.6.0`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v260)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/v2.5.0...v2.6.0)
##### Added
- [#​98](https://github.com/sco1/flake8-annotations/issues/98) Add `--dispatch-decorators` to support suppression of all errors from functions decorated by decorators such as `functools.singledispatch` and `functools.singledispatchmethod`.
- [#​99](https://github.com/sco1/flake8-annotations/issues/99) Add `--overload-decorators` to support generic aliasing of the `typing.overload` decorator.
##### Fixed
- [#​106](https://github.com/sco1/flake8-annotations/issues/106) Fix incorrect parsing of multiline docstrings with less than two lines of content, causing incorrect line numbers for yielded errors in Python versions prior to 3.8
### [`v2.5.0`](https://github.com/sco1/flake8-annotations/blob/HEAD/CHANGELOG.md#v250)
[Compare Source](https://github.com/sco1/flake8-annotations/compare/2.4.1...v2.5.0)
##### Added
- [#​103](https://github.com/sco1/flake8-annotations/issues/103) Add `--allow-untyped-nested` to suppress all errors from dynamically typted nested functions. A function is considered dynamically typed if it does not contain any type hints.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot
changed title from Update dependency flake8-annotations to ~=2.9.1 to Update dependency flake8-annotations to ~=2.9.1 - autoclosed2024-06-11 19:00:18 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
~=2.4.1->~=2.9.1Release Notes
sco1/flake8-annotations (flake8-annotations)
v2.9.1Compare Source
Changed
attrs.Fixed
flake8 >= 5.0(See: https://github.com/pycqa/flake8/issues/284)v2.9.0Compare Source
Added
--allow-star-arg-anyto support suppression ofANN401for*argsand**kwargs.v2.8.0Compare Source
Added
ANN4xxerror level for opinionated warnings that are disabled by default.ANN401for use oftyping.Anyas an argument annotation.Changed
v2.7.0Compare Source
Added
Fixed
CHANGELOG.mdwhen building wheels.v2.6.2Compare Source
Fixed
v2.6.1Compare Source
Changed
v2.6.0Compare Source
Added
--dispatch-decoratorsto support suppression of all errors from functions decorated by decorators such asfunctools.singledispatchandfunctools.singledispatchmethod.--overload-decoratorsto support generic aliasing of thetyping.overloaddecorator.Fixed
v2.5.0Compare Source
Added
--allow-untyped-nestedto suppress all errors from dynamically typted nested functions. A function is considered dynamically typed if it does not contain any type hints.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
879f04cc99tod272a4c50dUpdate dependency flake8-annotations to ~=2.9.1to Update dependency flake8-annotations to ~=2.9.1 - autoclosedPull request closed