summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable no-member for false positive with zipimportupgrade-pylint-to-2.12.2Pierre Sassoulas2021-12-152-1/+2
* Remove useless suppression for python 3.8Pierre Sassoulas2021-12-151-3/+2
* Default Python in the CI is now python 3.8Pierre Sassoulas2021-12-151-1/+1
* Upgrade pylint to 2.12.2Pierre Sassoulas2021-12-151-1/+1
* Fix incorrect typing of optional default valuesDaniël van Noord2021-12-154-7/+14
* Prefer using the module loader to get source in builder. (#1207)Gregory P. Smith2021-12-152-1/+15
* Add typing to ``_normalize_path`` and ``_cache_normalize_path`` (#1291)Daniël van Noord2021-12-151-2/+5
* Add typing to ``brain_typing`` (#1293)Daniël van Noord2021-12-151-8/+8
* Resolve symlinks in the import path (#1253)Keichi Takahashi2021-12-152-10/+19
* Add mypy ignores and docstrings to ``modutils`` and ``util.py``Daniël van Noord2021-12-142-4/+8
* Remove unused code - TreeRebuilder docstring (#1289)Marc Mueller2021-12-131-5/+1
* Fix typos (#1288)Kian Meng, Ang2021-12-1313-15/+15
* Add parameter typing to ``assigned_stmts`` (#1249)Daniël van Noord2021-12-082-12/+155
* Fix crash if a variable named "type" is subscripted in a generator expression...Jacob Walls2021-12-073-1/+10
* [pre-commit.ci] pre-commit autoupdate (#1286)pre-commit-ci[bot]2021-12-061-2/+2
* Fix typing of Arguments.args (#1283)Daniël van Noord2021-12-052-2/+9
* [pre-commit.ci] pre-commit autoupdate (#1279)pre-commit-ci[bot]2021-11-291-1/+1
* Update pylintrc (#1278)Marc Mueller2021-11-281-4/+4
* Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)Nick Drozd2021-11-2710-40/+24
* Change order of decorators in tests (#1275)Daniël van Noord2021-11-241-1/+1
* Fix ``mypy`` warnings for ``astroid/rebuilder`` (#1244)Daniël van Noord2021-11-242-4/+11
* Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235)Daniël van Noord2021-11-247-19/+35
* [pre-commit.ci] pre-commit autoupdate (#1274)pre-commit-ci[bot]2021-11-221-2/+2
* Fix deque.insert() signature (#1272)John Belmonte2021-11-222-1/+5
* Require Python 3.6.2 (#1269)Marc Mueller2021-11-212-1/+2
* 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