| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Update to 0.8.2: * Fix a problem with ignore-names option initialization. * ignore-names now also applies to the N806, N815, and N816 checks. * failureException, longMessage, and maxDiff have been added to the default ignore-names list. * Allow lowercase names to be imported as just _. * Allow function arguments to be named just _. * Support Python 2's tuple syntax in except clauses.
- 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.