Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.06 KB

File metadata and controls

36 lines (21 loc) · 1.06 KB

Release History

0.5.0 (unreleased)

  • Feature: Add httpx as an import flagged by C4749(networking-import-outside-azure-core-transport)

0.4.1 (2024-04-17)

  • Bug fix for typing under TYPE_CHECKING block.

0.4.0 (2024-04-15)

  • Checker to enforce no importing typing under TYPE_CHECKING block.

0.3.1 (2023-1-16)

  • Docstring bug fix where paramtype was being considered for params

0.3.0 (2023-12-15)

  • Breaking changes involved in bump to pylint 3.0 support and bug fix to incorrect-naming-convention checker

0.2.0 (2023-10-17)

  • Checker to enforce docstring keywords being keyword-only in method signature.
  • Fixed a bug in no-legacy-azure-core-http-response-import that was throwing warnings for azure-mgmt-core.

0.1.0 (2023-08-02)

Add two new checkers:

  • Checker to warn against importing the package six
  • Checker to warn against importing HttpResponse from azure.core.pipeline.transport

0.0.9 (2023-06-26)

Fix bug with varargs in CheckDocstringParameters checker. Updated client-paging-methods-use-list checker to include private methods.