summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pyupgrade from 2.11.0 to 2.12.0dependabot/pip/pyupgrade-2.12.0dependabot[bot]2021-04-091-1/+1
* Don't show DuplicateBasesError for attribute access (#4317)Marc Mueller2021-04-083-1/+8
* Bug pylint 4019 (#4311)hippo912021-04-084-0/+31
* Upgrade the documentation and fix inconsistenciesPierre Sassoulas2021-04-083-14/+20
* Upgrade contribute doc with discord server and fix typoesPierre Sassoulas2021-04-081-19/+19
* test: fix fail_under regressionchohner2021-04-074-30/+35
* test: dont fail on same scorechohner2021-04-071-1/+1
* pass if score equals fail_underchohner2021-04-073-2/+4
* Add prettier to the pre-commit configurationPierre Sassoulas2021-04-0712-111/+132
* Add editable install in requirements_test_min.txtPierre Sassoulas2021-04-072-4/+1
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-074-14/+29
* Fix some LGMT errors - unreachable-statementMarc Mueller2021-04-072-2/+0
* Bug pylint 4122 (#4304)hippo912021-04-074-1/+66
* Update pre-commit requirement from ~=2.11 to ~=2.12dependabot[bot]2021-04-071-1/+1
* Add configuration file to change the setting in read the docPierre Sassoulas2021-04-062-0/+12
* Remove duplication of requirement file for docPierre Sassoulas2021-04-063-4/+3
* Use prescriptve description for unidiomatic-typecheckDudeNr332021-04-063-15/+19
* Remove 'deprecated' option zip_safe from setup.cfgPierre Sassoulas2021-04-051-1/+0
* Remove Manifest.in as setup.cfg works after removing cachePierre Sassoulas2021-04-052-6/+4
* Pin astroid precisely in test requirementsPierre Sassoulas2021-04-051-5/+7
* Remove setup.py from the hashed filesPierre Sassoulas2021-04-051-4/+4
* Update Changelog following migration to setuptoolsPierre Sassoulas2021-04-051-1/+5
* Autoformat tox.ini after failing to move it to setup.cfgPierre Sassoulas2021-04-051-17/+10
* Add discord server in project urlPierre Sassoulas2021-04-051-0/+1
* Update travis job as easy_install is not used anymorePierre Sassoulas2021-04-051-4/+0
* Add setup-cfg-fmt in pre-commit configurationPierre Sassoulas2021-04-052-26/+30
* Remove .isort.cfg in favor of setup.cfgPierre Sassoulas2021-04-052-7/+8
* Remove pytest.ini in favor of setup.cfgPierre Sassoulas2021-04-053-7/+5
* Fix test failing if setup.py is not a launchable scriptPierre Sassoulas2021-04-052-5/+7
* Exclude everything from the final packagingPierre Sassoulas2021-04-052-14/+5
* Formatting : Spaces in project urls in setup.cfgPierre Sassoulas2021-04-051-6/+6
* Package find restricted to pylint in setup.cfgPierre Sassoulas2021-04-051-0/+5
* Put mailing list in the setup.cfg tooPierre Sassoulas2021-04-052-2/+1
* Handle the version in setup.cfg (as well as everything else)Pierre Sassoulas2021-04-052-15/+2
* Quote around projects urlsPierre Sassoulas2021-04-051-5/+5
* Remove extra-require from the packagingPierre Sassoulas2021-04-055-30/+11
* Astroid is pinned to a specific dependencie for testsPierre Sassoulas2021-04-051-1/+1
* Use setup.cfg for readme and licensingPierre Sassoulas2021-04-052-5/+8
* Use setup.cfg for existing hard coded valuesPierre Sassoulas2021-04-053-48/+52
* Import cleanup in setup.pyPierre Sassoulas2021-04-051-8/+4
* Properly include requirement.txt file in the packagePierre Sassoulas2021-04-051-0/+1
* Include all file in the doc/ in the packagingPierre Sassoulas2021-04-051-1/+1
* Do not include tests/.benchmark in the packagingPierre Sassoulas2021-04-051-1/+1
* Do not include examples in the packagingPierre Sassoulas2021-04-051-1/+1
* Do not include script in the packagingPierre Sassoulas2021-04-051-0/+1
* Fix setuptools warning:Normalizing '2.8.0-dev1' to '2.8.0.dev1'Pierre Sassoulas2021-04-051-1/+1
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-057-101/+74
* Add a dev extra requirePierre Sassoulas2021-04-051-1/+16
* Remove duplication in doc dependenciesPierre Sassoulas2021-04-051-1/+4
* Upgrade setup.py: move from distutil to setuptoolsPierre Sassoulas2021-04-0511-215/+41