summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_spelling.py
Commit message (Expand)AuthorAgeFilesLines
* [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-18/+21
* [spelling checker] Better help message and code organization (#8338)Pierre Sassoulas2023-02-271-0/+15
* [style] Limit line length and complexity using flake8 (#8064)Pierre Sassoulas2023-01-161-34/+19
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-5/+5
* [typing] Add typing to the tests directory (#7183)Pierre Sassoulas2022-07-141-27/+27
* Remove never run test (#6520)Daniël van Noord2022-05-061-10/+0
* spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-061-1/+19
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-1/+1
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-17/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...Jaehoon Hwang2021-10-171-13/+13
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-201-25/+25
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-181-25/+25
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+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
* fixing comments to break into multiple linesEli Fine2021-04-101-5/+11
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-0/+21
* skipping spellcheck for code flanked in backticksEli Fine2021-04-101-32/+40
* skipping spellcheck for tool directives in commentsEli Fine2021-04-101-0/+68
* Remove all fmt off from the codebasePierre Sassoulas2021-03-061-34/+22
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-3/+2
* 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-1/+1
* Improve sphinx directives spelling filterPedro Algarvio2020-10-141-0/+20
* Add unit tests for spell checker + docstr lines that look like commentsGanden Schaffner2020-09-231-0/+137
* Sets up copyrighthippo912020-08-201-2/+2
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-271-0/+365