-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inference regression with property setters. Closes pylint-dev/pylint#9811 Add annotation-only instance attributes to attrs classes to fix no-member false positives. Closes #2514
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.83 2024/08/14 10:54:12 adam Exp $ | ||
$NetBSD: distinfo,v 1.84 2024/09/22 15:39:50 wiz Exp $ | ||
|
||
BLAKE2s (astroid-3.3.2.tar.gz) = eaf9b08778ed842d0da9b668158b5d86e203e658fa32bdc5615db2e1ce3e6e29 | ||
SHA512 (astroid-3.3.2.tar.gz) = 47982723ed807154b7e0ee8dce61c97c2f4315ab4c5ef1bf8df7160d5ca10a298f69e6857826c95e60092c8022cddcf6a4c86ee3b2bb8e2071e51ebde1717231 | ||
Size (astroid-3.3.2.tar.gz) = 395691 bytes | ||
BLAKE2s (astroid-3.3.3.tar.gz) = 44bd754fed8325372a89cd45a5ba523e4a84bac1f8e2b31ee1baa69ca9102d48 | ||
SHA512 (astroid-3.3.3.tar.gz) = 77297251c351c23a823639cecd7983f8dc2f56d8f876a0b9fcc0ab17654895f92ac48b8bd2f7e9432ea1bcc0293fa786b906646f7f7b3a68b9f50b355bee1aed | ||
Size (astroid-3.3.3.tar.gz) = 396377 bytes |