| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- version update to 0.10.0
* ``--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.
- update to version 0.9.1:
* Fix line number offsets when reporting errors involving functions
with decorators in Python 3.8 and later.
- changes from version 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.