Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove pylint disables and resolves TODO in pylintrc (#2175) | Jacob Walls | 2023-05-12 | 1 | -1/+1 |
| | |||||
* | Complete cache key for inference tip (#2158) | Jacob Walls | 2023-05-06 | 1 | -8/+2 |
| | | | | | The cache key was lacking the `context` arg. Co-authored-by: Sylvain Ackermann <sylvain.ackermann@gmail.com> | ||||
* | Remove deprecated doc attribute (#2154) | Marc Mueller | 2023-04-25 | 1 | -3/+0 |
| | |||||
* | Add ``attr.Factory`` to the recognized class attributes for classes ↵ | Mark Byrne | 2023-04-19 | 1 | -1/+7 |
| | | | | | | decorated with ``attrs``. Closes pylint-dev/pylint#4341 | ||||
* | Port property-related workaround from `infer_functiondef` to ↵ | Jacob Walls | 2023-04-16 | 1 | -0/+8 |
| | | | | `infer_property` (#2119) | ||||
* | Don't add typing stubs for packages that we only use in tests (#2080) | Daniël van Noord | 2023-04-03 | 4 | -4/+4 |
| | |||||
* | Support attrs decorators even if they are imported from attrs (#2059) | alm | 2023-04-01 | 1 | -2/+32 |
| | | | | | Use inference to determine membership of ``attr(s)`` module Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc | Pierre Sassoulas | 2023-03-29 | 32 | -95/+95 |
| | |||||
* | Restore setting a Call as a base for classes using `six.with_metaclass` (#2049) | Jacob Walls | 2023-03-26 | 1 | -3/+2 |
| | | | | | | | | Harden support for using enums as metaclasses. Fixes the crash in PyCQA/pylint#5935 by adopting the check for not-none bases as in ClassDef._inferred_bases without recausing the false positive reported in PyCQA/pylint#7506, which requires correct bases. | ||||
* | Add xfail | Jacob Walls | 2023-03-12 | 1 | -0/+3 |
| | |||||
* | [brain tests] Burst threading from the main file | Pierre Sassoulas | 2023-02-12 | 3 | -43/+54 |
| | |||||
* | [brain tests] Burst pytest from the main file | Pierre Sassoulas | 2023-02-12 | 3 | -28/+34 |
| | |||||
* | Fix '_infer_str_format_call' crash when the string it analyses are ↵ | Pierre Sassoulas | 2023-02-12 | 1 | -1/+20 |
| | | | | | | | | uninferable (#2024) Closes PyCQA/pylint#8109 | ||||
* | [brain tests] Burst enum tests from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -483/+496 |
| | |||||
* | [brain tests] Burst typing extensions from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -32/+41 |
| | |||||
* | [brain tests] Burst attr from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -181/+191 |
| | |||||
* | [brain tests] Burst dateutil from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -20/+29 |
| | |||||
* | [brain tests] Burst nose from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -35/+45 |
| | |||||
* | [brain tests] Burst multiprocessing from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -105/+115 |
| | |||||
* | [brain tests] Burst six from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -145/+156 |
| | |||||
* | [brain tests] Burst named tuple from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -300/+311 |
| | |||||
* | [brain tests] Burst hashlib from the main file | Pierre Sassoulas | 2023-02-09 | 2 | -56/+64 |
| | |||||
* | [brain tests] Rename 'unittest' prefix to 'test' | Pierre Sassoulas | 2023-02-09 | 21 | -0/+91 |
| | |||||
* | [unittest brain] Remove unused unittest.main | Pierre Sassoulas | 2023-02-09 | 9 | -36/+0 |
| | |||||
* | [brain tests] Move the file to their dir and shorten name | Pierre Sassoulas | 2023-02-09 | 21 | -0/+6763 |