summaryrefslogtreecommitdiff
path: root/pylint/checkers/spelling.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-7/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [spelling] Ignore spelling in type/mypy type ignore comments (#8370)Pierre Sassoulas2023-03-021-19/+4
* [spelling checker] Better help message and code organization (#8338)Pierre Sassoulas2023-02-271-17/+35
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+1
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-4/+4
* Finish typing across the codebaseDaniƫl van Noord2022-09-091-1/+1
* Finish some unfinished typing signaturesDaniƫl van Noord2022-09-091-4/+4
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniƫl van Noord2022-09-091-0/+2
* Add some typing to ``spelling.py`` (#7218)Daniƫl van Noord2022-07-221-8/+18
* [refactor] Normalize the typing of visitor functions (#6892)Pierre Sassoulas2022-06-121-9/+3
* Some initial line wrapping of docstrings (#6672)Daniƫl van Noord2022-05-231-1/+3
* Update ``pydocstringformatter`` to ``0.6.0`` (#6671)Daniƫl van Noord2022-05-231-1/+0
* spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-061-0/+17
* [spelling checker] Use a context manager for access to private dict (#6493)Pierre Sassoulas2022-05-031-14/+7
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-031-8/+1
* [spelling checker] Break the help docstring on multiple linesPierre Sassoulas2022-05-031-1/+3
* [spelling checker] Simplify some regexes in the spelling checkerPierre Sassoulas2022-05-031-2/+2
* [spelling checker] Add typing to functions of the spelling checkerPierre Sassoulas2022-05-031-8/+20
* Remove redundant parenthesis in spelling checker's returnPierre Sassoulas2022-05-031-4/+4
* Remove some words from custom dictionary and update spellingDaniƫl van Noord2022-04-261-2/+2
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-4/+4
* Remove ``IAstroidChecker`` from ``__implements__``Daniƫl van Noord2022-04-191-2/+0
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniƫl van Noord2022-04-191-2/+2
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniƫl van Noord2022-04-141-1/+2
* Replace .namespace with .config (#6316)Daniƫl van Noord2022-04-141-12/+12
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniƫl van Noord2022-04-141-1/+4
* Remove the ``future_option_parsing`` keyword (#6253)Daniƫl van Noord2022-04-111-3/+0
* Use ``argparse`` config handler on three checkersDaniƫl van Noord2022-04-051-12/+16
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-27/+1
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniƫl van Noord2022-03-151-3/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniƫl van Noord2022-02-101-3/+3
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-1/+1
* Format docstrings with ``pydocstringformatter``Daniƫl van Noord2022-01-021-6/+4
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Add error codes to all ``type: ignore`` (#5329)Daniƫl van Noord2021-11-171-5/+5
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-1/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-4/+1
* Refactor various typing related issues (#4940)Daniƫl van Noord2021-09-031-3/+5
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-301-3/+3
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add unspecified-encoding checker #3826 (#4753)Daniƫl van Noord2021-07-281-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* [pre-commit.ci] pre-commit autoupdate (#4438)pre-commit-ci[bot]2021-05-031-1/+1