summaryrefslogtreecommitdiff
path: root/pylint/checkers/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Disable Info linters in definition instead of Run class (#8576)Matus Valo2023-04-141-0/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+1
* Fix disabling of ``fixme`` (#7144)Daniël van Noord2022-07-071-36/+6
* Add typing to various checkers (#6695)Daniël van Noord2022-05-251-1/+1
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-7/+3
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+1
* Fix a failure to respect inline disables for `fixme` (#6362)Jacob Walls2022-04-181-2/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-7/+5
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-4/+6
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-3/+0
* Use ``argparse`` config handler in ``misc.py`` (#6122)Daniël van Noord2022-04-021-5/+11
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-23/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+3
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-2/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-4/+4
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-2/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-171-4/+10
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-2/+9
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-5/+7
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-4/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Replace mapMarc Mueller2021-04-031-1/+1
* better docstring in message handler mixinPierre Sassoulas2021-03-311-2/+0
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-251-2/+1
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-5/+4
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+3
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-14/+4
* Converting the strings in the values list to upper case serves no purpose as ...wtracy2020-10-021-1/+0
* Merge branch 'master' into bug_pylint_3468hippo912020-09-031-1/+1
|\
| * Sets up copyrighthippo912020-08-201-1/+1
* | Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
|/
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+8
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-131-3/+16
* Add support for disabling line-too-long for multilines stringshippo912019-11-191-4/+14
* Removed Python 2 specific checksClaudiu Popa2019-09-171-12/+3
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-3/+1