summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] auto fixes from pre-commit.com hooksadd-docstring-formatter-in-pre-commitpre-commit-ci[bot]2022-01-101-1/+1
* Better capitalization in docstring, fixed number of char per linePierre Sassoulas2022-01-10491-2391/+2215
* Capitalize first letter automaticallyPierre Sassoulas2022-01-1073-395/+395
* Fix false positive for `unused-variable` for a comprehension variable matchin...Jacob Walls2022-01-105-4/+30
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-1015-65/+66
* Fixed false positive for ``global-variable-not-assigned`` when the `del` stat...Mark Byrne2022-01-106-4/+30
* Improve non ascii checker (#5643)Kound2022-01-1068-30/+945
* Don't assume direct parentage when emitting `used-before-assignment` (#5582)Jacob Walls2022-01-106-16/+142
* Diff generated by python test_functional.py --update-functional-output (#5660)Jacob Walls2022-01-102-2/+2
* Bump astroid from 2.9.2 to 2.9.3 (#5658)dependabot[bot]2022-01-101-1/+1
* Bump mypy from 0.930 to 0.931 (#5659)dependabot[bot]2022-01-101-1/+1
* Bump types-toml from 0.10.1 to 0.10.3 (#5657)dependabot[bot]2022-01-101-1/+1
* Fix crash with slots and annotated assignments (#5494)Daniël van Noord2022-01-066-5/+54
* Rename CI job names (#5618)Daniël van Noord2022-01-062-19/+15
* Fix #5638: Allow for encoding to be supplied as a positional argument (#5641)Jacob Walls2022-01-065-5/+41
* Add test for exclusivity of id names (#5615)Daniël van Noord2022-01-061-0/+48
* Move ``HUMAN_READABLE_TYPES`` to ``constants`` (#5642)Daniël van Noord2022-01-062-17/+17
* Fix typos in pylint/checkers/variables.py (#5639)Jacob Walls2022-01-051-2/+2
* Update astroid to ``2.9.2`` (#5634)Daniël van Noord2022-01-042-2/+2
* [pre-commit.ci] pre-commit autoupdate (#5633)pre-commit-ci[bot]2022-01-041-1/+1
* Hotfix mypy pre-commit check under Windows (#5632)orSolocate2022-01-031-0/+3
* Fix #5370: Emit `redefined-outer-name` when a nested except handler shadows a...Jacob Walls2022-01-035-0/+112
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-0264-264/+208
* Add ``pydocstringformatter`` to pre-commit configDaniël van Noord2022-01-021-0/+5
* Add a regression test for pylint #73Pierre Sassoulas2022-01-022-0/+18
* Fix a typo in pylint/typing.pyPierre Sassoulas2022-01-021-1/+1
* Remove unnecessary checks for node attributes in ``add_message`` (#5622)Daniël van Noord2022-01-022-21/+15
* 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