web-platform-tests / wpt.live

A live version of the web-platform-tests project
https://wpt.live/
15 stars 11 forks source link

Bump pep8-naming from 0.7.0 to 0.11.1 #48

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps pep8-naming from 0.7.0 to 0.11.1.

Changelog

Sourced from pep8-naming's changelog.

0.11.1 - 2020-06-16

  • Fix an AST-related AttributeError when processing decorator lists.

0.11.0 - 2020-06-16

  • __class_getitem__ is now recognized as a class method.

  • Support ast.Call nodes in decorator lists (@decorator(arg)).

  • As a performance improvement, only checks for selected error codes are run.

0.10.0 - 2020-03-20

  • --ignore-names now supports globbing and applies to the N804 and N805 checks.

  • "acronym" imports are now treated as their own error code (N817).

  • Metaclass detection has been improved.

  • Annotated variable declarations (PEP 526) and := variable assignments are now supported.

0.9.1 - 2019-11-14

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

0.9.0 - 2019-11-06

  • 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.

0.8.2 - 2019-02-04

... (truncated)

Commits
  • 13ca91c Fix an AttributeError when processing decorators (#153)
  • 3a0158b Prepare the 0.11.0 release (#151)
  • 94424b5 Only run selected checks (#147)
  • e887063 Support ast.Call nodes in decorator lists (#150)
  • f8b18b4 Provide the full path to pep8ext_naming.py (#148)
  • 57c52f0 Recognize class_getitem as a class method (#145)
  • e610550 Add an "Error Codes" heading to the README
  • 666ab84 Prepare the version 0.10.0 release (#143)
  • 4c7a450 check annotated variable declarations
  • 8ed423d implement visitor method for NamedExpr
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)