summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix F403 wildcart import used in astroid/__init__.pyfix-flake8-f403-in-astroid-__init__.pyPierre Sassoulas2021-11-213-2/+33
* Add flake8-typing-import to the pre-commit configuration (#1240)Pierre Sassoulas2021-11-213-3/+4
* Resolve dependency conflicts with pylint (#1270)Marc Mueller2021-11-212-1/+4
* Upgrade the version to 2.9.1-dev0 following 2.9.0 releasePierre Sassoulas2021-11-212-2/+2
* Bump astroid to 2.9.0, update changelogv2.9.0Pierre Sassoulas2021-11-216-6/+18
* Add as_string visitor for Unknown node (#1268)Marc Mueller2021-11-213-0/+13
* Add end_lineno and end_col_offset to nodes (#1258)Marc Mueller2021-11-218-187/+2951
* Always treat __class_getitem__ as a classmethod (#1266)Dmitry Shachnev2021-11-213-0/+17
* Upgrade the version to 2.9.0-dev0 following 2.8.6 releasePierre Sassoulas2021-11-212-2/+2
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-2119-15/+21
* Fix small spelling errors (#1265)Marc Mueller2021-11-212-4/+4
* Add annotations for always None attributes (#1261)Marc Mueller2021-11-192-0/+13
* Add ``InferenceContext`` to ``ClassModel`` (#1257)Daniël van Noord2021-11-193-2/+32
* Remove forgotten debug ``print`` statement from testsDaniël van Noord2021-11-181-1/+0
* Skip test_oserror if six is installed (#1254)Keichi Takahashi2021-11-181-0/+8
* Change ``NoReturn`` to be encapsulated in strings (#1252)Daniël van Noord2021-11-183-6/+10
* Filter ``DeprecationWarning`` in tests of deprecated methodsDaniël van Noord2021-11-181-0/+2
* Add ``type: ignore`` to method reassignments (#1247)Daniël van Noord2021-11-171-19/+21
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniël van Noord2021-11-175-10/+13
* Fix `mypy` warnings for `astroid/builder` and `astroid/nodes/as_string` (#1246)Daniël van Noord2021-11-173-6/+9
* Fix ``mypy`` warnings for ``astroid/nodes/node_ng``Daniël van Noord2021-11-171-2/+3
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-11-151-1/+1
* Upgrade the version to 2.8.6-dev0 following 2.8.5 releasePierre Sassoulas2021-11-122-2/+2
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-1212-12/+19
* More permissive version for typed-astPierre Sassoulas2021-11-122-1/+5
* Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)Daniël van Noord2021-11-123-3/+82
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-11-081-1/+1
* Fix crash on inference of __len__ (#1234)Daniël van Noord2021-11-083-1/+58
* Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)Daniël van Noord2021-11-076-10/+120
* Small changes (#1232)Marc Mueller2021-11-064-3/+9
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-11-011-1/+1
* Move back to a dev version following 2.8.4 releasePierre Sassoulas2021-10-252-2/+2
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-2511-11/+19
* Refactor and add typing to ``NodeNG.frame()`` (#1225)Daniël van Noord2021-10-253-26/+96
* Add assignment expressions to correct ``locals`` for certain parents (#1213)Daniël van Noord2021-10-253-2/+95
* Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)Daniël van Noord2021-10-243-0/+155
* Refactor and remove ``redefined-variable-type`` disableDaniël van Noord2021-10-243-10/+5
* Remove unnecessary disable from ``pylintrc`` (#1223)Daniël van Noord2021-10-241-1/+0
* Move skip in `ArgumentsNodeTC` to correct function (#1222)Daniël van Noord2021-10-241-3/+3
* Update brain_typing.py (#1220)Redoubts2021-10-231-1/+1
* Add test for __members__ (#1216)Joshua Cannon2021-10-211-0/+15
* Move back to a dev version following 2.8.3 releasePierre Sassoulas2021-10-172-2/+2
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-1731-30/+38
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-1710-6/+20
* Fix crash with invalid field call (#1212)Marc Mueller2021-10-153-1/+23
* Revert "Fix regression with import resolver"Marc Mueller2021-10-129-14/+6
* Fix regression with import resolverDaniël van Noord2021-10-129-6/+14
* [pre-commit.ci] pre-commit autoupdate (#1210)pre-commit-ci[bot]2021-10-122-3/+3
* Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin2021-10-103-1/+44
* Fix style changelogMarc Mueller2021-10-071-0/+2