summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 2.5.3 to the changelog2.5Pierre Sassoulas2021-03-282-2/+7
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-2835-4/+35
* Add 2.5.2 in changelogPierre Sassoulas2021-03-282-4/+3
* Fix version for 2.5.1 tagPierre Sassoulas2021-03-281-2/+2
* Merge pull request #919 from cdce8p/fix-classdef-keywordshippo912021-03-133-1/+13
|\
| * Add testMarc Mueller2021-03-071-0/+6
| * Check if keywords is not None before iterating over itMarc Mueller2021-03-071-1/+2
| * Iterate over Keywords when using ClassDef.get_childrenMarc Mueller2021-03-072-1/+6
|/
* Merge pull request #918 from hippo91/bug_pylint_3974hippo912021-03-073-77/+115
|\
| * Removes dead codehippo912021-03-071-1/+0
| * Reformats according to blackhippo912021-03-052-6/+24
| * DIsables the test for ravel_multi_index because strangely it fails when numpy...hippo912021-03-051-1/+1
| * Double the test by import numpy module without aliasing ithippo912021-03-051-75/+92
| * Adds an entryhippo912021-03-051-0/+4
| * "import numpy" has to be detected as a valid import of numpyhippo912021-03-051-1/+1
|/
* Astroid do not have automatic release on tagPierre Sassoulas2021-02-281-4/+3
* Add 2.5.2 and 2.6.0 in the changelogPierre Sassoulas2021-02-281-0/+10
* Solves "Duplicates found in MROs" false positives. (#905, #916)Marc Mueller2021-02-283-0/+223
* Upgrade copyrite noticePierre Sassoulas2021-02-2877-59/+127
* Add copyrite aliases like in pylintPierre Sassoulas2021-02-281-0/+75
* Add pyupgrade to the pre-commit configurationPierre Sassoulas2021-02-281-0/+6
* Upgrade the version handling to mirror pylint'sPierre Sassoulas2021-02-281-2/+7
* Upgrade the doc about releasePierre Sassoulas2021-02-282-30/+74
* Update ChangeLoghippo912021-02-281-2/+2
* Don't transform dataclass ClassVars (#914)Marc Mueller2021-02-283-0/+26
* Update license metadataMarc Mueller2021-02-281-1/+1
* Small improvementsMarc Mueller2021-02-282-6/+6
* Update astroid/brain/brain_typing.pyMarc Mueller2021-02-281-3/+1
* Fix testsMarc Mueller2021-02-282-2/+7
* Improve typing.TypedDict inferenceMarc Mueller2021-02-283-0/+46
* Fix black issuesMarc Mueller2021-02-2712-25/+30
* Fix trailing whitespacesMarc Mueller2021-02-276-15/+15
* Fix end of filesMarc Mueller2021-02-2711-14/+3
* Update black version - toxMarc Mueller2021-02-271-1/+2
* Update pre-commit configMarc Mueller2021-02-271-6/+7
* Merge pull request #906 from cdce8p/fix-version-masterhippo912021-02-221-1/+1
|\
| * Update dev versionMarc Mueller2021-02-221-1/+1
|/
* Adds an entryhippo912021-02-211-0/+9
* Numpy ufunc methods are also inferred as Uninferablehippo912021-02-211-1/+1
* Revert "Insures that numpy functions returning arrays are inferred only as ar...hippo912021-02-211-2/+4
* Revert "Updates two tests that deal with the number of visits and the context...hippo912021-02-211-3/+2
* Revert "Turns the context.path from a set to a dict which values are the numb...hippo912021-02-211-6/+4
* Use new style super when applicablePierre Sassoulas2021-02-215-5/+5
* Remove IOError that are an alias to OSError see PEP3151Pierre Sassoulas2021-02-212-2/+2
* Remove redundant open mode 'r' in opensPierre Sassoulas2021-02-213-4/+4
* Remove old future import that are no longer requiredPierre Sassoulas2021-02-212-3/+0
* Use set litteral when possiblePierre Sassoulas2021-02-212-3/+3
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-2125-218/+164
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-2137-37/+1
* Update __pkginfo__.pyhippo912021-02-211-1/+1