summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP : Add python 3.10 supportsupport-python-3.10Pierre Sassoulas2021-04-243-4/+6
|
* Upgrade changelog for setuptoolsPierre Sassoulas2021-04-243-7/+5
| | | | Add changelog entry for renaming of License
* Fix license_file deprecation in setuptools 56.0.0Pierre Sassoulas2021-04-241-2/+2
|
* Move information to setup.py from __pgkinfo__Pierre Sassoulas2021-04-244-44/+15
| | | | Move packaging information from setup.py to setup.cfg
* Change numversion to __version__ in __pkginfo__Pierre Sassoulas2021-04-246-11/+20
|
* Add __init__ to astroid.brain packageMarc Mueller2021-04-245-13/+10
|
* Add additional guards for sixMarc Mueller2021-04-241-0/+12
|
* Remove check for six tox-environmentMarc Mueller2021-04-241-7/+0
|
* Consolidate test casesMarc Mueller2021-04-243-12/+6
|
* Don't upload coverage from travisMarc Mueller2021-04-241-7/+3
|
* Disable consider-using-with in function returning a streamPierre Sassoulas2021-04-243-1/+7
|
* Disable false positive useless-suppressionPierre Sassoulas2021-04-241-2/+2
| | | | See https://github.com/PyCQA/pylint/issues/4212
* Fix Useless suppression of 'unused-import'Pierre Sassoulas2021-04-241-1/+1
|
* Fix pylint installation in CIPierre Sassoulas2021-04-242-1/+4
|
* Fix forgotten requirement in CIPierre Sassoulas2021-04-241-1/+1
| | | | See https://github.com/PyCQA/astroid/pull/947\#discussion_r619497973
* Fix travisMarc Mueller2021-04-241-4/+1
|
* Apply hashing and depencencies suggestions (review #947)Pierre Sassoulas2021-04-231-10/+10
|
* Remove job that are already checked by github actionsPierre Sassoulas2021-04-232-8/+3
|
* Remove what is done in github action from the travis.ymlPierre Sassoulas2021-04-231-6/+4
|
* Modify the key to release to pypi to the one from pylintPierre Sassoulas2021-04-231-1/+1
|
* Remove appveyor since github actions was addedPierre Sassoulas2021-04-232-54/+1
|
* Add same github actions than pylintPierre Sassoulas2021-04-233-0/+396
| | | | But withtout benchmark and speeling that are specific to pylint.
* Add changelog entry for renaming of LicensePierre Sassoulas2021-04-231-0/+2
|
* Remove unused debian build files and upgrade changelogPierre Sassoulas2021-04-2311-246/+2
|
* Update packaging 1 - use setup.cfgMarc Mueller2021-04-235-63/+43
|
* Add black-disable-checkerMarc Mueller2021-04-231-0/+4
|
* Fix pre_commit requirements (#961)Marc Mueller2021-04-231-1/+1
|
* Remove backports.functools_lru_cache dependencyMarc Mueller2021-04-222-6/+1
|
* Create a requirements file for brain testsPierre Sassoulas2021-04-212-4/+4
|
* Create a minimal requirements file for testsPierre Sassoulas2021-04-212-3/+3
|
* Use editable install for astroid's dependenciesPierre Sassoulas2021-04-211-3/+1
|
* Fix crash when evaluating typing.NamedTuple (#956)Marc Mueller2021-04-213-1/+32
|
* Add inference tip for ``typing.Tuple`` (#948)Marc Mueller2021-04-213-0/+63
|
* Apply suggestion following reviewPierre Sassoulas2021-04-201-1/+1
|
* Upgrade comment for distutil to improve clarityPierre Sassoulas2021-04-201-3/+3
|
* Upgrade isort configurationPierre Sassoulas2021-04-201-2/+2
|
* Update comment in astroid.nodesPierre Sassoulas2021-04-201-1/+5
|
* Add pylint and pytest to the dependency in tox -e formattingPierre Sassoulas2021-04-201-2/+2
|
* Add pylint in the pre-commit configurationPierre Sassoulas2021-04-201-0/+9
|
* Fix line too long in unittest_nodesPierre Sassoulas2021-04-191-2/+7
|
* Fix useless suppression of no-memberPierre Sassoulas2021-04-191-3/+3
|
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-1911-28/+13
|
* Enable useless-suppressionPierre Sassoulas2021-04-191-0/+2
|
* Fix import order in unittest_brain.pyPierre Sassoulas2021-04-191-8/+9
|
* Add isort to the pre-commit configurationPierre Sassoulas2021-04-195-4/+20
|
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-1965-286/+182
| | | | Except on astroid/__init__.py because of circular imports
* Add autoflake except where it would break the codePierre Sassoulas2021-04-195-6/+11
|
* Fix redefining name 'astroid' from outer scopePierre Sassoulas2021-04-191-2/+2
|
* Fix pylint warnings in astroid/brain/brain_giPierre Sassoulas2021-04-191-3/+8
|
* Fix pylint warnings in astroid/brain/brain_typing.pyPierre Sassoulas2021-04-191-7/+6
|