summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump actions/checkout from 3.3.0 to 3.4.0 (#2063)dependabot[bot]2023-03-204-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Upgrade pre-commit configuration and move to ruff (#2057)Pierre Sassoulas2023-03-1414-67/+55
| |
* | [pre-commit.ci] pre-commit autoupdate (#2058)pre-commit-ci[bot]2023-03-141-2/+2
| | | | | | | | | | | | | | updates: - [github.com/PyCQA/autoflake: v2.0.1 → v2.0.2](https://github.com/PyCQA/autoflake/compare/v2.0.1...v2.0.2) - [github.com/pre-commit/mirrors-mypy: v1.0.1 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.1...v1.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* | Bump actions/cache from 3.2.6 to 3.3.1 (#2053)dependabot[bot]2023-03-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.6 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.6...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pylint from 2.16.4 to 2.17.0 (#2054)dependabot[bot]2023-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.4 to 2.17.0. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.4...v2.17.0) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump mypy from 1.0.1 to 1.1.1 (#2055)dependabot[bot]2023-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [mypy](https://github.com/python/mypy) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Change `_get_assign_nodes()` to `cached_property` (#2051)Jacob Walls2023-03-124-14/+13
| |
* | Add xfailJacob Walls2023-03-121-0/+3
| |
* | Don't cache decoratornamesJacob Walls2023-03-121-1/+0
| | | | | | | | It takes a context argument.
* | [pre-commit.ci] pre-commit autoupdate (#2047)pre-commit-ci[bot]2023-03-071-1/+1
| | | | | | | | | | | | updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.4...v3.0.0-alpha.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* | Bump pylint from 2.16.2 to 2.16.4 (#2046)dependabot[bot]2023-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.2 to 2.16.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.2...v2.16.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump astroid to 2.16.0-dev0, update changelogPierre Sassoulas2023-03-062-3/+3
|/
* Bump astroid to 2.15.0, update changelog (#2045)v2.15.0Pierre Sassoulas2023-03-064-4/+23
| | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Add 'TryStar' nodes from Python 3.11 #1516 (#2028)Pierre Sassoulas2023-03-054-0/+229
| | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Cancel previous tests when pushing to PRsJacob Walls2023-03-052-0/+8
|
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-043-2/+9
|
* Infer returns from match cases (#2042)Jacob Walls2023-03-033-1/+25
|
* Update coverage requirement from ~=7.1 to ~=7.2 (#2039)dependabot[bot]2023-02-271-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.1.0...7.2.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 3.2.5 to 3.2.6 (#2038)dependabot[bot]2023-02-271-5/+5
| | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update submodule_path after finding an editable install (#2033)noah-weingarden2023-02-265-2/+98
|
* Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)dependabot[bot]2023-02-239-2/+19
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Bump mypy from 1.0.0 to 1.0.1 (#2035)dependabot[bot]2023-02-232-2/+2
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Ignore ``DeprecationWarnings`` for a test that tests old behaviour (#2037)Daniël van Noord2023-02-231-1/+5
|
* Fix `are_exclusive` function for walrus operator (#2023)ostr000002023-02-133-5/+87
|
* Bump mypy from 0.991 to 1.0.0 (#2031)dependabot[bot]2023-02-132-2/+2
| | | | | | | | | | | | | | | | | | * Bump mypy from 0.991 to 1.0.0 Bumps [mypy](https://github.com/python/mypy) from 0.991 to 1.0.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.991...v1.0.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump pylint from 2.16.1 to 2.16.2 (#2032)dependabot[bot]2023-02-131-1/+1
| | | | | | | | | | | | | | | Bumps [pylint](https://github.com/PyCQA/pylint) from 2.16.1 to 2.16.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.16.1...v2.16.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 3.2.4 to 3.2.5 (#2030)dependabot[bot]2023-02-131-5/+5
| | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update ``FormattedValue.postinit`` and its brain (#2029)Daniël van Noord2023-02-134-15/+32
|
* [brain tests] Burst threading from the main filePierre Sassoulas2023-02-123-43/+54
|
* [brain tests] Burst pytest from the main filePierre Sassoulas2023-02-123-28/+34
|
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-126-28/+541
|
* Merge branch 'maintenance/2.14.x' following 2.14.2 releasePierre Sassoulas2023-02-122-5/+6
|\
| * Bump astroid to 2.14.2, update changelogv2.14.2Pierre Sassoulas2023-02-124-7/+10
| |
| * Fix '_infer_str_format_call' crash when the string it analyses are ↵github-actions[bot]2023-02-123-2/+26
| | | | | | | | | | | | | | | | | | uninferable (#2024) (#2025) Closes PyCQA/pylint#8109 (cherry picked from commit ccbdd3c128af9a6e8f9018fb8db5991a28c72db0) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
| * Revert "Declare support for Python 3.11 (#2018) (#2019)"Pierre Sassoulas2023-02-121-1/+0
| | | | | | | | | | | | | | This reverts commit adc1cc79b0e59e1f930bcbb3acd79b7ee49ad184. 2.14.2 will not be ready for python 3.11, we still need to support exception groups.
| * Declare support for Python 3.11 (#2018) (#2019)github-actions[bot]2023-02-091-0/+1
| | | | | | | | | | (cherry picked from commit a394c90f5b99f9673c108c4bd9c9fda448d35a98) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* | Fix '_infer_str_format_call' crash when the string it analyses are ↵Pierre Sassoulas2023-02-123-2/+26
| | | | | | | | | | | | | | | | uninferable (#2024) Closes PyCQA/pylint#8109
* | [brain tests] Burst enum tests from the main filePierre Sassoulas2023-02-092-483/+496
| |
* | [brain tests] Burst typing extensions from the main filePierre Sassoulas2023-02-092-32/+41
| |
* | [brain tests] Burst attr from the main filePierre Sassoulas2023-02-092-181/+191
| |
* | [brain tests] Burst dateutil from the main filePierre Sassoulas2023-02-092-20/+29
| |
* | [brain tests] Burst nose from the main filePierre Sassoulas2023-02-092-35/+45
| |
* | [brain tests] Burst multiprocessing from the main filePierre Sassoulas2023-02-092-105/+115
| |
* | [brain tests] Burst six from the main filePierre Sassoulas2023-02-092-145/+156
| |
* | [brain tests] Burst named tuple from the main filePierre Sassoulas2023-02-092-300/+311
| |
* | [brain tests] Burst hashlib from the main filePierre Sassoulas2023-02-092-56/+64
| |
* | [brain tests] Rename 'unittest' prefix to 'test'Pierre Sassoulas2023-02-0944-1/+1
| |
* | [unittest brain] Remove unused unittest.mainPierre Sassoulas2023-02-0925-100/+0
| |
* | [brain tests] Move the file to their dir and shorten namePierre Sassoulas2023-02-0921-0/+0
| |
* | Declare support for Python 3.11 (#2018)Hugo van Kemenade2023-02-091-0/+1
| |