- Feature: Add
httpxas an import flagged by C4749(networking-import-outside-azure-core-transport)
- Bug fix for typing under TYPE_CHECKING block.
- Checker to enforce no importing typing under TYPE_CHECKING block.
- Docstring bug fix where paramtype was being considered for params
- Breaking changes involved in bump to pylint 3.0 support and bug fix to
incorrect-naming-conventionchecker
- Checker to enforce docstring keywords being keyword-only in method signature.
- Fixed a bug in
no-legacy-azure-core-http-response-importthat was throwing warnings for azure-mgmt-core.
Add two new checkers:
- Checker to warn against importing the package
six - Checker to warn against importing
HttpResponsefromazure.core.pipeline.transport
Fix bug with varargs in CheckDocstringParameters checker. Updated client-paging-methods-use-list checker to include private methods.