summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a regression tests for https://github.com/PyCQA/astroid/pull/1207tests-for-astroid-1207Pierre Sassoulas2021-12-311-1/+16
* Add regression test for issue 5461 (#5623)Daniël van Noord2021-12-313-0/+14
* [regression test] Add functional test for symlinked modulesPierre Sassoulas2021-12-316-2/+31
* Upgrade astroid to 2.9.1Pierre Sassoulas2021-12-312-2/+2
* Allow passing arguments if ``epylint`` entry point is used as function (#5616)Daniël van Noord2021-12-315-10/+19
* Rename ``arguments`` to ``argv`` in entry point functions (#5619)Daniël van Noord2021-12-312-11/+11
* Allow passing arguments when entry points are used as functions (#5613)Daniël van Noord2021-12-305-8/+54
* Fix false positive `consider-using-dict-comprehension` when creating a dict u...Tushar Sadhwani2021-12-306-4/+45
* Use ``with`` statement in ``parallel.py`` (#5612)Daniël van Noord2021-12-302-10/+6
* Use ``dill`` to pickle when run in parallel mode (#5609)Daniël van Noord2021-12-305-19/+65
* Update CACHE_VERSION of primer, add comment and update paths (#5611)Daniël van Noord2021-12-302-1/+4
* Add caching to bottlenecks in the message store (#5605)Pierre Sassoulas2021-12-293-11/+33
* Get the msgid directly from the MessageIdStore (#5606)Pierre Sassoulas2021-12-281-2/+1
* Fix #2399: Avoid negative scores by default (#5595)Jacob Walls2021-12-288-13/+31
* Make functional tests always go through config initialization (#5594)Daniël van Noord2021-12-283-11/+30
* Fix reported node for `unnecessary-comprehension` (#5601)Tushar Sadhwani2021-12-283-17/+19
* Refactor message disabling and enabling (#5596)Daniël van Noord2021-12-281-29/+44
* [pre-commit.ci] pre-commit autoupdate (#5603)pre-commit-ci[bot]2021-12-281-1/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-2753-201/+328
* Bump ci cache version (#5602)Marc Mueller2021-12-271-1/+1
* Add documentation about profiling and performance analysis (#5597)Daniël van Noord2021-12-272-0/+119
* Create ``_config_initialization`` util and use in functional tests (#5591)Daniël van Noord2021-12-236-48/+111
* Upgrade mypy to 0.930 (#5592)Marc Mueller2021-12-233-3/+3
* Add a code of conduct from template (#5589)Pierre Sassoulas2021-12-231-0/+120
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-2151-168/+171
* Add types to option attributes of ``PyLinter`` and reorganize ``init`` (#5579)Daniël van Noord2021-12-211-12/+23
* Add missing method to ``_ManHelpFormatter`` (#5577)Pierre Sassoulas2021-12-211-1/+4
* Rename ``init_linter`` fixture to ``initialized_linter``, add filename (#5581)Daniël van Noord2021-12-211-19/+21
* Add typing to checker and plugin attributes of ``PyLinter`` (#5574)Daniël van Noord2021-12-212-8/+26
* Add typing to file visiting attributes of ``PyLinter`` (#5576)Daniël van Noord2021-12-211-4/+6
* Fix ``used-before-assignment`` for assignment expressions in lambda (#5530)Daniël van Noord2021-12-214-4/+21
* Fix #5557: Don't emit `comparison-with-callable` if the callable raises (#5563)Jacob Walls2021-12-215-8/+51
* Add typing to some functions in ``testutils`` (#5573)Daniël van Noord2021-12-213-4/+7
* Add missing settings to pylintrc (#5556)Daniël van Noord2021-12-211-17/+203
* Remove unneccessary use of parenthesis in add_messagePierre Sassoulas2021-12-201-1/+1
* Fix the typing for BroadTryClause.visit_tryexceptPierre Sassoulas2021-12-201-1/+2
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-205-22/+14
* Revert "Update tbump requirement from ~=6.6.0 to ~=6.6.1 (#5561)" (#5567)Pierre Sassoulas2021-12-201-1/+1
* Add requirement files to list of files to run primer against (#5566)Daniël van Noord2021-12-201-0/+1
* Bump flake8-typing-imports from 1.11.0 to 1.12.0 (#5562)dependabot[bot]2021-12-201-1/+1
* Update tbump requirement from ~=6.6.0 to ~=6.6.1 (#5561)dependabot[bot]2021-12-201-1/+1
* Bump sphinx from 4.3.1 to 4.3.2 (#5560)dependabot[bot]2021-12-201-1/+1
* Bump actions/upload-artifact from 2.3.0 to 2.3.1 (#5559)dependabot[bot]2021-12-201-2/+2
* Fix unexpected types used in 'get_global_option' (#5555)Pierre Sassoulas2021-12-201-1/+1
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-2012-7/+47
* Update default evaluation formula to match that in default pylintrc (#5553)Jacob Walls2021-12-191-3/+3
* Check if decorator returns use keyword (``unexpected-keyword-arg``) (#5547)Daniël van Noord2021-12-185-0/+174
* Fix ``used-before-assignment`` for conditional self-referential typing (#5532)Daniël van Noord2021-12-184-1/+24
* Remove unnecessary `if` statement in variable consumption checker (#5531)Daniël van Noord2021-12-181-17/+13
* Fixed extremely long processing of long lines with comma's (#5534)Daniël van Noord2021-12-175-16/+51