Update dependency pep8-naming to v0.9.1 #94

Merged
renovate[bot] merged 1 commit from renovate/pep8-naming-0.x into master 2019-11-27 11:39:04 +01:00
renovate[bot] commented 2019-11-06 19:55:21 +01:00 (Migrated from github.com)

This PR contains the following updates:

Package Update Change
pep8-naming minor ==0.8.2 -> ==0.9.1

Release Notes

PyCQA/pep8-naming

v0.9.1

Compare Source

  • Fix line number offsets when reporting errors involving functions with
    decorators in Python 3.8 and later.

v0.9.0

Compare Source

  • Drop support for Python 3.3 and 3.4.

  • Support positional-only arguments in Python 3.8.

  • Recognize abc.ABCMeta as a metaclass base type.

  • ignore-names now also applies to the N803 check.

  • Handle assigning exceptions to object attributes in Python 2.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [pep8-naming](https://togithub.com/PyCQA/pep8-naming) | minor | `==0.8.2` -> `==0.9.1` | --- ### Release Notes <details> <summary>PyCQA/pep8-naming</summary> ### [`v0.9.1`](https://togithub.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst#&#8203;091---2019-11-14) [Compare Source](https://togithub.com/PyCQA/pep8-naming/compare/0.9.0...0.9.1) - Fix line number offsets when reporting errors involving functions with decorators in Python 3.8 and later. ### [`v0.9.0`](https://togithub.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst#&#8203;090---2019-11-06) [Compare Source](https://togithub.com/PyCQA/pep8-naming/compare/0.8.2...0.9.0) - Drop support for Python 3.3 and 3.4. - Support positional-only arguments in Python 3.8. - Recognize `abc.ABCMeta` as a metaclass base type. - `ignore-names` now also applies to the N803 check. - Handle assigning exceptions to object attributes in Python 2. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box --- Newsflash: Renovate has joined WhiteSource, and is now free for all use. [Learn more](https://renovate.whitesourcesoftware.com/blog/renovate-is-now-part-of-whitesource/) or view updated [terms](https://renovate.whitesourcesoftware.com/terms-of-service/) and [privacy](https://renovate.whitesourcesoftware.com/privacy-policy/) policies.
Sign in to join this conversation.
No description provided.