summaryrefslogtreecommitdiff
path: root/pylint/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+1
* Prevent `useless-suppression` on disables for stdlib deprecation checker (#5876)Jacob Walls2022-03-111-8/+13
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-107-44/+44
* Fix remaining typing issues for ``PyLinter`` and related functions (#5663)Daniël van Noord2022-02-082-7/+6
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-1/+1
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-11/+4
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-213-7/+7
* Ignore files with name that starts like an emacs lock files (#5554)Pierre Sassoulas2021-12-201-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-232-3/+3
* Create and use a function for module stats initialization (#5271)Pierre Sassoulas2021-11-081-7/+13
* Remove unwanted non-breaking whitespaces in comment (#5256)Pierre Sassoulas2021-11-041-11/+11
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-1/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-4/+1
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-1/+4
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-1/+18
* Remove calls to ``os.linesep`` and add misc. typingDaniël van Noord2021-10-101-2/+3
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-072-0/+79
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-073-31/+368
* Move ``merge_stats`` to ``checkerstats.py``Daniël van Noord2021-10-012-0/+32
* Fix empty regex options not converting to regexDaniël van Noord2021-09-291-3/+3
* Small py-version improvements (#5069)Marc Mueller2021-09-251-1/+1
* Add small bits of typing annotation (#4954)Daniël van Noord2021-09-251-5/+7
* Refactor of ``FileState.handle_ignored_message()`` (#5064)Daniël van Noord2021-09-231-11/+2
* Add typing to `FileState` (#5049)Daniël van Noord2021-09-201-15/+64
* Remove `safe_decode()` and `deprecated_option()` from utils (#5046)Daniël van Noord2021-09-202-32/+0
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-6/+14
* Use overload to type get_global_option (#4978)Daniël van Noord2021-09-081-1/+88
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-9/+9
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-1/+1
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-121-0/+2
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-1/+3
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-015-5/+5
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-1/+3
* Improve exception debugging (#4381)Marc Mueller2021-04-191-10/+18
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-115-5/+5
* Formattinghippo912021-04-091-5/+4
* diff_string is made publichippo912021-04-091-0/+2
* Revert "Refactor - Remove unused and untested code in utils"hippo912021-04-091-0/+18
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-032-143/+0
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-0/+1
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-092-14/+14