summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Byrne <mbyrnepr2@gmail.com>2023-04-19 14:23:08 +0200
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-19 23:13:42 +0200
commit29407df24dc9c0ccbe6a1734030d19afb4ade051 (patch)
tree00b17a8672103aa0016f8e8565e702d399d0fdae /ChangeLog
parentae9ce82ec6afcf98895a5db8a4d57bdcc13ba055 (diff)
downloadastroid-git-29407df24dc9c0ccbe6a1734030d19afb4ade051.tar.gz
Add ``attr.Factory`` to the recognized class attributes for classes decorated with ``attrs``.
Closes pylint-dev/pylint#4341
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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