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
/
doc
/
exts
/
pylint_extensions.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish unfinished typing in non core directories (#7443)
Daniël van Noord
2022-09-09
1
-1
/
+1
*
Turn on ``check-untyped-defs`` in ``mypy`` (#7407)
Daniël van Noord
2022-09-09
1
-15
/
+43
*
Remove redundant options documentation and improve formatting (#6665)
Daniël van Noord
2022-06-06
1
-1
/
+4
*
[doc] Remove trailing line feeds in generated RSTs
Pierre Sassoulas
2022-05-24
1
-2
/
+8
*
[doc] Add generated disclaimer in result of generated documentation
Pierre Sassoulas
2022-05-24
1
-0
/
+7
*
Reorganize the documentation table of content (#6589)
Pierre Sassoulas
2022-05-23
1
-4
/
+2
*
Use main instead of master as main checker name (#6569)
Daniël van Noord
2022-05-10
1
-1
/
+1
*
Deprecate most methods of ``_ArgumentsProvider``
Daniël van Noord
2022-04-12
1
-9
/
+14
*
Update configuration of pre-commit hooks and tools
Daniël van Noord
2022-03-25
1
-3
/
+6
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
1
-1
/
+2
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
1
-0
/
+1
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
1
-1
/
+1
*
Remove the ``check_docs`` extension and remove any references to it (#5730)
Daniël van Noord
2022-01-27
1
-8
/
+1
*
Move staticmethods out of MessagesHandlerMixIn (#5123)
Daniël van Noord
2021-10-07
1
-1
/
+5
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-1
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Move from format() to f-string where it makes sense
Pierre Sassoulas
2021-02-16
1
-1
/
+1
*
Remove unsecable whitespace in the whole codebase
Pierre Sassoulas
2020-09-12
1
-1
/
+1
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+1
*
Refactor - Remove unused argument 'name'
Pierre Sassoulas
2019-06-20
1
-2
/
+0
*
Refactor - Clearer function name ('rest' -> 'rst') in utils
Pierre Sassoulas
2019-06-20
1
-2
/
+2
*
Refactor - Remove useless parameter in print_checker_doc
Pierre Sassoulas
2019-06-20
1
-2
/
+2
*
Refactor - Use get_rest_title where it could be
Pierre Sassoulas
2019-06-20
1
-3
/
+4
*
Refactor - Use a constant for the main checker name
Pierre Sassoulas
2019-06-20
1
-1
/
+2
*
Refactor - Give a checker instead of a string to _print_checker_doc
Pierre Sassoulas
2019-06-20
1
-16
/
+14
*
Style - Re-Apply black following the isort cleanup
Pierre Sassoulas
2019-03-20
1
-35
/
+40
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-1
/
+0
*
Completely remove six shims from the codebase
Sushobhit
2018-05-30
1
-2
/
+1
*
pyupgrade (#2136)
Anthony Sottile
2018-05-22
1
-1
/
+1
*
Make the documentation build reproducibly. (#1761)
Chris Lamb
2017-12-11
1
-0
/
+1
*
Expanded documentation for new contributors (#1569)
Ashley Whetter
2017-07-12
1
-1
/
+1
*
Move parts of the documentation into their own folder section.
Claudiu Popa
2016-08-14
1
-1
/
+1
*
Automatic generation of extensions.rst (#988)
Glenn Matthews
2016-07-10
1
-0
/
+113