index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylint
/
checkers
/
spelling.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
[spelling] Ignore spelling in type/mypy type ignore comments (#8370)
Pierre Sassoulas
2023-03-02
1
-19
/
+4
*
[spelling checker] Better help message and code organization (#8338)
Pierre Sassoulas
2023-02-27
1
-17
/
+35
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
1
-0
/
+1
*
[pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)
Pierre Sassoulas
2022-12-27
1
-1
/
+1
*
Turn on ``mypy`` strict mode š (#7448)
Daniƫl van Noord
2022-09-09
1
-4
/
+4
*
Finish typing across the codebase
Daniƫl van Noord
2022-09-09
1
-1
/
+1
*
Finish some unfinished typing signatures
Daniƫl van Noord
2022-09-09
1
-4
/
+4
*
Turn on ``check-untyped-defs`` in ``mypy`` (#7407)
Daniƫl van Noord
2022-09-09
1
-0
/
+2
*
Add some typing to ``spelling.py`` (#7218)
Daniƫl van Noord
2022-07-22
1
-8
/
+18
*
[refactor] Normalize the typing of visitor functions (#6892)
Pierre Sassoulas
2022-06-12
1
-9
/
+3
*
Some initial line wrapping of docstrings (#6672)
Daniƫl van Noord
2022-05-23
1
-1
/
+3
*
Update ``pydocstringformatter`` to ``0.6.0`` (#6671)
Daniƫl van Noord
2022-05-23
1
-1
/
+0
*
spellcheck will skip the rule names of mypy inline directives (#5929)
Eli Fine
2022-05-06
1
-0
/
+17
*
[spelling checker] Use a context manager for access to private dict (#6493)
Pierre Sassoulas
2022-05-03
1
-14
/
+7
*
Create a path type of argument that automatically expand user/var (#6494)
Pierre Sassoulas
2022-05-03
1
-8
/
+1
*
[spelling checker] Break the help docstring on multiple lines
Pierre Sassoulas
2022-05-03
1
-1
/
+3
*
[spelling checker] Simplify some regexes in the spelling checker
Pierre Sassoulas
2022-05-03
1
-2
/
+2
*
[spelling checker] Add typing to functions of the spelling checker
Pierre Sassoulas
2022-05-03
1
-8
/
+20
*
Remove redundant parenthesis in spelling checker's return
Pierre Sassoulas
2022-05-03
1
-4
/
+4
*
Remove some words from custom dictionary and update spelling
Daniƫl van Noord
2022-04-26
1
-2
/
+2
*
Migrate from 'check_messages' to 'only_required_for_messages' (#6417)
Pierre Sassoulas
2022-04-21
1
-4
/
+4
*
Remove ``IAstroidChecker`` from ``__implements__``
Daniƫl van Noord
2022-04-19
1
-2
/
+0
*
Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``
Daniƫl van Noord
2022-04-19
1
-2
/
+2
*
Add typing to BaseChecker.process_token (#6273)
Pierre Sassoulas
2022-04-19
1
-1
/
+1
*
Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)
Daniƫl van Noord
2022-04-14
1
-1
/
+2
*
Replace .namespace with .config (#6316)
Daniƫl van Noord
2022-04-14
1
-12
/
+12
*
Use ``python-typing-update`` on ``pylint/checkers`` directory
Daniƫl van Noord
2022-04-14
1
-1
/
+4
*
Remove the ``future_option_parsing`` keyword (#6253)
Daniƫl van Noord
2022-04-11
1
-3
/
+0
*
Use ``argparse`` config handler on three checkers
Daniƫl van Noord
2022-04-05
1
-12
/
+16
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
1
-1
/
+1
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
1
-27
/
+1
*
Remove uses of ``NodeNG.doc`` in favour of ``doc_node``
Daniƫl van Noord
2022-03-15
1
-3
/
+2
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniƫl van Noord
2022-02-10
1
-3
/
+3
*
[pre-commit.ci] pre-commit autoupdate (#5758)
pre-commit-ci[bot]
2022-02-01
1
-1
/
+1
*
Format docstrings with ``pydocstringformatter``
Daniƫl van Noord
2022-01-02
1
-6
/
+4
*
Add typing and uniformize the checker registering in Pylinter (#5558)
Pierre Sassoulas
2021-12-27
1
-3
/
+5
*
Bump pylint to 2.12.0, update changelog
v2.12.0
Pierre Sassoulas
2021-11-25
1
-0
/
+2
*
Add error codes to all ``type: ignore`` (#5329)
Daniƫl van Noord
2021-11-17
1
-5
/
+5
*
Unify all `<y or n>` metavars in option's help (#5229)
Tushar Sadhwani
2021-10-29
1
-1
/
+1
*
Enable for_any_all check (#5206)
Nick Drozd
2021-10-25
1
-4
/
+1
*
Refactor various typing related issues (#4940)
Daniƫl van Noord
2021-09-03
1
-3
/
+5
*
Add ``Consider-using-f-string`` checker (#4796)
Daniƫl van Noord
2021-08-30
1
-3
/
+3
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
1
-0
/
+1
*
Add unspecified-encoding checker #3826 (#4753)
Daniƫl van Noord
2021-07-28
1
-1
/
+1
*
Bump pylint to 2.9.3, update changelog
v2.9.3
Pierre Sassoulas
2021-07-01
1
-1
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Bump pylint to 2.9.0-dev1, update changelog
Pierre Sassoulas
2021-06-17
1
-0
/
+1
*
[pre-commit.ci] pre-commit autoupdate (#4438)
pre-commit-ci[bot]
2021-05-03
1
-1
/
+1
*
Update copyrite notice
v2.8.2
Pierre Sassoulas
2021-04-26
1
-0
/
+1
[next]