Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't add typing stubs for packages that we only use in tests (#2080) | Daniël van Noord | 2023-04-03 | 1 | -3/+0 |
| | |||||
* | Fix issues with `typing_extensions.TypeVar` (#1973) | Marc Mueller | 2023-01-22 | 1 | -0/+1 |
| | | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add ``regex`` brain (#1934) | Daniël van Noord | 2023-01-02 | 1 | -0/+1 |
| | | | | Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fix crash in `ExplicitNamespacePackageFinder` (#1714) | Jacob Walls | 2022-08-09 | 1 | -0/+1 |
| | | | | | | | * Add skip if no `six` * `urllib3` does appear to be required * Check `submodule_search_locations` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Enable 3.11 in the CI (#1517) | Daniël van Noord | 2022-04-22 | 1 | -1/+1 |
| | | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Fix `instance_attrs` building error in Qt brain (#1505) | Jacob Walls | 2022-04-14 | 1 | -0/+1 |
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add missing shape parameter to numpy methods (#1450) | Mark Byrne | 2022-03-09 | 1 | -1/+1 |
| | | | | | | Closes PyCQA/pylint#5871 Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Remove constraint on numpy for 3.10 | Marc Mueller | 2021-08-21 | 1 | -4/+1 |
| | |||||
* | Add additional typing dependencies in requirements | Pierre Sassoulas | 2021-06-21 | 1 | -0/+3 |
| | | | | See: https://github.com/PyCQA/astroid/pull/1069#issuecomment-865216661 | ||||
* | CI - add python 3.10 | Marc Mueller | 2021-05-11 | 1 | -1/+4 |
| | |||||
* | Consolidate test cases | Marc Mueller | 2021-04-24 | 1 | -1/+3 |
| | |||||
* | Create a requirements file for brain tests | Pierre Sassoulas | 2021-04-21 | 1 | -0/+3 |