pik-software / django-service-boilerplate

Initial Django Microservice template
MIT License
15 stars 7 forks source link

Update pep8-naming to 0.10.0 #617

Open pyup-bot opened 4 years ago

pyup-bot commented 4 years ago

This PR updates pep8-naming from 0.8.2 to 0.10.0.

Changelog ### 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. ``` ### 0.9.1 ``` ------------------ * Fix line number offsets when reporting errors involving functions with decorators in Python 3.8 and later. ``` ### 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. ```
Links - PyPI: https://pypi.org/project/pep8-naming - Changelog: https://pyup.io/changelogs/pep8-naming/ - Repo: https://github.com/PyCQA/pep8-naming