summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add continuous integration with read the doc instead of github actionsPierre Sassoulas2021-04-052-34/+5
* Remove outdated information in setup.cfgPierre Sassoulas2021-04-041-4/+0
* Remove outdated man from the repository and packagingPierre Sassoulas2021-04-045-549/+0
* Remove outdated Makefile from the repositoryPierre Sassoulas2021-04-041-73/+0
* Remove outdated debian filesPierre Sassoulas2021-04-0422-1260/+0
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-047-10/+7
* Upgrade pre-commit configurationPierre Sassoulas2021-04-042-16/+18
* Command without the equal for WindowsPierre Sassoulas2021-04-031-1/+1
* Add a test for epylint for issue 4286Pierre Sassoulas2021-04-031-0/+61
* Fix paths under windows with better path creationPierre Sassoulas2021-04-031-4/+4
* Add comment on get_python_pathPierre Sassoulas2021-04-031-0/+2
* Add very basic tests for expand modulesPierre Sassoulas2021-04-032-1/+64
* Factorize checks in expand_modulesPierre Sassoulas2021-04-031-5/+5
* Format docstring of expand_modulesPierre Sassoulas2021-04-031-9/+2
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-037-159/+166
* Apply const-naming-style to module const annotated with FinalMarc Mueller2021-04-037-0/+16
* #4290: remove skip_install in testenv docs (#4292)DudeNr332021-04-031-1/+0
* Extend documentation for issue #4282 (#4288)DudeNr332021-04-033-0/+13
* Remove filter from list of bad functionsMarc Mueller2021-04-031-1/+1
* Replace filterMarc Mueller2021-04-031-3/+1
* Replace mapMarc Mueller2021-04-036-7/+10
* Fix pylintrc fileMarc Mueller2021-04-031-4/+8
* Allow protected-access in class methods (#4267)James Sinclair2021-04-016-0/+173
* Fix class constant namingMarc Mueller2021-04-0111-10/+57
* Add functional tests for issue #4273Pierre Sassoulas2021-04-012-44/+67
* Reactivate test that was removed waiting for an astroid mergePierre Sassoulas2021-04-011-4/+2
* Fix PEP 585 - collections.abc.SetMarc Mueller2021-04-012-1/+3
* Fix value assigned to local variable 'bare_raise' is never usedPierre Sassoulas2021-03-311-7/+2
* Make import from astroid more explicitPierre Sassoulas2021-03-311-13/+12
* Make import from os.path more explicitPierre Sassoulas2021-03-312-12/+12
* Fix Import of 'install_lib' is not usedPierre Sassoulas2021-03-311-4/+0
* Make import from tokenize more explicitPierre Sassoulas2021-03-311-3/+4
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-318-26/+24
* better docstring in message handler mixinPierre Sassoulas2021-03-312-5/+0
* Skip test_missing_graphviz if graphviz is installed (#4270)Pierre Sassoulas2021-03-301-0/+4
* Added deprecated attribute checks to stdlib (#4128)Matus Valo2021-03-301-123/+170
* Upgrade the version for development following 2.7.4 release (#4269)Pierre Sassoulas2021-03-303-13/+24
* Fix disabled warning not ignored (#4268)pylint-2.7.4Pierre Sassoulas2021-03-305-7/+26
* Fix issue with annotated class constants (#4266)Marc Mueller2021-03-304-24/+38
* Upgrade project for 2.7.4, and 2.8.0 (#4262)Pierre Sassoulas2021-03-293-2/+23
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-2921-16/+29
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-295-34/+65
* Fix regession with sys.path filter (2)Marc Mueller2021-03-281-1/+4
* Fix regression with sys.path filter (#4258)Marc Mueller2021-03-283-30/+141
* Bump astroid version to 2.5.2Marc Mueller2021-03-283-2/+5
* Fix false-positive for unused-import on class keyword argumentsMarc Mueller2021-03-283-0/+50
* Fix a typo where 'msg =' was repeated twicePierre Sassoulas2021-03-281-1/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-2819-110/+102
* Redefining __hash__ without redefining __eq__ is suspiciousPierre Sassoulas2021-03-281-0/+5
* Fix classes do not defining 4 ordering comparison methodsPierre Sassoulas2021-03-282-2/+4