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
/
misc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
1
-2
/
+1
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
1
-23
/
+1
*
Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)
Daniël van Noord
2022-03-13
1
-1
/
+3
*
Fix matching note tags with a non-word char last (#5859)
dbrookman
2022-03-04
1
-2
/
+2
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
1
-4
/
+4
*
[pre-commit.ci] pre-commit autoupdate (#5758)
pre-commit-ci[bot]
2022-02-01
1
-2
/
+2
*
Add typing and uniformize the checker registering in Pylinter (#5558)
Pierre Sassoulas
2021-12-27
1
-3
/
+5
*
Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)
Daniël van Noord
2021-10-17
1
-4
/
+10
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
1
-0
/
+1
*
Add typing to most reference of ``stream``
Daniël van Noord
2021-09-13
1
-2
/
+9
*
Type ``process_module`` and update argument names
Daniël van Noord
2021-09-13
1
-5
/
+7
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-1
/
+1
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
1
-0
/
+1
*
Change some if/assign blocks to if-expressions
Nick Drozd
2021-08-20
1
-4
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Prepare for 2.8.0 release
pylint-2.8.0
Pierre Sassoulas
2021-04-24
1
-0
/
+1
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Replace map
Marc Mueller
2021-04-03
1
-1
/
+1
*
better docstring in message handler mixin
Pierre Sassoulas
2021-03-31
1
-2
/
+0
*
Prepare 2.7.3 release (#4261)
pylint-2.7.3
2.7
Pierre Sassoulas
2021-03-29
1
-0
/
+1
*
Fix column index of FIXME warnings (#4246)
Konstantina Saketou
2021-03-25
1
-2
/
+1
*
Fix false negative 'use-symbolic-message-instead' and optimize it
Pierre Sassoulas
2021-03-17
1
-5
/
+4
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-2
/
+3
*
Move from % string formatting syntax to f-string or .format()
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Move from format() to f-string where it makes sense
Pierre Sassoulas
2021-02-16
1
-14
/
+4
*
Converting the strings in the values list to upper case serves no purpose as ...
wtracy
2020-10-02
1
-1
/
+0
*
Merge branch 'master' into bug_pylint_3468
hippo91
2020-09-03
1
-1
/
+1
|
\
|
*
Sets up copyright
hippo91
2020-08-20
1
-1
/
+1
*
|
Corrects some inconsistent-return-statements occurences
hippo91
2020-08-20
1
-0
/
+1
|
/
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+8
*
Refactor - Move the content of lint.py in its own package
Pierre Sassoulas
2020-04-26
1
-1
/
+1
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+0
*
Add notes-rgx option for fixme checker (#3394)
Benny
2020-02-13
1
-3
/
+16
*
Add support for disabling line-too-long for multilines strings
hippo91
2019-11-19
1
-4
/
+14
*
Removed Python 2 specific checks
Claudiu Popa
2019-09-17
1
-12
/
+3
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
1
-3
/
+1
*
Pass the line number for bad-inline-option instead of passing the actual line
Claudiu Popa
2019-05-19
1
-1
/
+1
*
Refactor - Avoid intra-packages circular dependencies for constants
Pierre Sassoulas
2019-03-29
1
-1
/
+1
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-4
/
+3
*
Refactor - Create a pylint.message package
Pierre Sassoulas
2019-03-09
1
-1
/
+2
*
Still use a regular expression for the FIXME check
Claudiu Popa
2019-02-05
1
-8
/
+17
*
Make the list a generator and continue when there is an error in the fixme lo...
Claudiu Popa
2019-01-20
1
-4
/
+4
*
Fixme should be triggered only in comments
Rogalski, Lukasz
2019-01-20
1
-62
/
+41
*
Adding implicit-str-concat-in-sequence check (#1655)
Lucas Cimon
2018-10-10
1
-1
/
+1
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-41
/
+72
*
Simplify fixme regex
Ville Skyttä
2018-07-26
1
-12
/
+2
*
Add column offset to fixmes (#2319)
Ville Skyttä
2018-07-23
1
-1
/
+2
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-2
/
+2
*
fixme check accounts for lowercase todos
Claudiu Popa
2018-04-24
1
-3
/
+3
[next]