From 29407df24dc9c0ccbe6a1734030d19afb4ade051 Mon Sep 17 00:00:00 2001 From: Mark Byrne Date: Wed, 19 Apr 2023 14:23:08 +0200 Subject: Add ``attr.Factory`` to the recognized class attributes for classes decorated with ``attrs``. Closes pylint-dev/pylint#4341 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbc2edac..dcafe4fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,10 @@ Release date: TBA Closes pylint-dev/pylint#8544 +* Add ``attr.Factory`` to the recognized class attributes for classes decorated with ``attrs``. + + Closes pylint-dev/pylint#4341 + * ``infer_property()`` now observes the same property-specific workaround as ``infer_functiondef``. Refs #1490 -- cgit v1.2.1