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
/
lint
/
pylinter.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop support for Python 3.7 (#8609)
Marc Mueller
2023-04-24
1
-7
/
+1
*
Disable Info linters in definition instead of Run class (#8576)
Matus Valo
2023-04-14
1
-6
/
+25
*
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Pierre Sassoulas
2023-03-29
1
-2
/
+2
*
[deprecation] 'check_single_file' replaced by 'check_single_file_item' (#8478)
Pierre Sassoulas
2023-03-21
1
-10
/
+0
*
[mypy] Remove some useless assertions in pylint 3.0 (#8467)
Pierre Sassoulas
2023-03-20
1
-13
/
+2
*
[deprecation] 'Pylinter.check' now takes sequence of str only (#8463)
Pierre Sassoulas
2023-03-20
1
-16
/
+5
*
[ruff] Add RUF specific rules and autofix (#8449)
Pierre Sassoulas
2023-03-14
1
-1
/
+2
*
[FileState] Make Pylinter.current_name and msg_store non nullable
Pierre Sassoulas
2023-03-08
1
-21
/
+3
*
[__implements__] Remove everything related to the rejected PEP245 (#8404)
Pierre Sassoulas
2023-03-08
1
-32
/
+0
*
Remove all old code related to ``optparse`` config parsing. (#8405)
Daniël van Noord
2023-03-08
1
-19
/
+0
*
Fixing some too long lines (#8339)
Ollie
2023-02-25
1
-4
/
+8
*
Support Implicit Namespace Packages (PEP 420) (#8153)
Alexey Pelykh
2023-02-09
1
-7
/
+21
*
[style] Limit line length and complexity using flake8 (#8064)
Pierre Sassoulas
2023-01-16
1
-1
/
+2
*
Fix ModuleNotFoundError when using pylint_django (#7940)
Daniel Harding
2022-12-14
1
-2
/
+2
*
Fix ``no-else-return false Negative for try/except/else pattern (#7888)
Dani Alcala
2022-12-12
1
-2
/
+2
*
Deduplicate module file paths to prevent redundant scans. (#7747)
Eric McDonald
2022-11-18
1
-2
/
+2
*
Bump mypy from 0.982 to 0.990 (#7769)
dependabot[bot]
2022-11-14
1
-1
/
+1
*
Avoid deprecation warning in internal use of `may_be_emitted` (#7746)
Jacob Walls
2022-11-11
1
-12
/
+13
*
Add default_enabled option to optional message dict (#7629)
Marc Mueller
2022-10-25
1
-0
/
+3
*
Swap plugin cache to pickle-able values when done (#7640)
Drummond Ogilvie
2022-10-20
1
-2
/
+10
*
Use 'py-version' when accounting for max/min version of checker (#7580)
Dani Alcala
2022-10-13
1
-1
/
+1
*
Raise ``syntax-error`` correctly on invalid encodings (#7553)
Daniël van Noord
2022-10-02
1
-1
/
+4
*
Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...
Yilei "Dolee" Yang
2022-09-15
1
-0
/
+5
*
Turn on ``mypy`` strict mode 🎉 (#7448)
Daniël van Noord
2022-09-09
1
-1
/
+1
*
Finish typing across the codebase
Daniël van Noord
2022-09-09
1
-3
/
+1
*
Add more cases that emit bad-plugin-value (#7284)
Drummond Ogilvie
2022-09-07
1
-12
/
+27
*
Do not lint ignored file on stdin (#7220)
Christoph Blessing
2022-09-03
1
-6
/
+11
*
Refactor check() (#7288)
Daniël van Noord
2022-08-17
1
-36
/
+100
*
Refactors related to separating ast creating and linting (#7286)
Daniël van Noord
2022-08-14
1
-9
/
+21
*
Fix sys.path pollution in parallel mode (#7247)
Jacob Walls
2022-07-31
1
-1
/
+3
*
[syntax-error] Fix a crash when the line and column can't be retrieved (#7097)
Pierre Sassoulas
2022-07-30
1
-5
/
+6
*
Update `astroid` to 2.12 (#7153)
Jacob Walls
2022-07-13
1
-1
/
+0
*
Prevent appending distinct crash reports together that occur in the same hour...
Jacob Walls
2022-07-10
1
-1
/
+1
*
Update docstring to show preferred means to clear astroid cache
Jacob Walls
2022-06-23
1
-1
/
+1
*
[bad-option-value] Add a 'useless-option-value' message
Pierre Sassoulas
2022-06-06
1
-9
/
+23
*
[refactor] Callback for disabling or enabling option use a base class
Pierre Sassoulas
2022-06-05
1
-4
/
+3
*
[refactor] Change the name of the stashed messages list in PyLinter
Pierre Sassoulas
2022-06-05
1
-4
/
+4
*
[bad-option-value] Use the right confidence and refactor message (#6829)
Pierre Sassoulas
2022-06-04
1
-4
/
+9
*
Store namespaces respective to directories (#6789)
Daniël van Noord
2022-06-04
1
-0
/
+24
*
Reraise failures in astroid as `AstroidError`
Jacob Walls
2022-05-30
1
-1
/
+5
*
Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...
Jacob Walls
2022-05-27
1
-0
/
+9
*
Some initial line wrapping of docstrings (#6672)
Daniël van Noord
2022-05-23
1
-3
/
+6
*
Respect ignore configuration options when --recursive=y. (#6528)
Matus Valo
2022-05-13
1
-3
/
+12
*
Fix disabling of ``bad-option-value`` (#6556)
Daniël van Noord
2022-05-09
1
-2
/
+0
*
Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)
Daniël van Noord
2022-05-09
1
-9
/
+14
*
Move ``process_tokens`` to ``_MessageStateHandler`` (#6546)
Daniël van Noord
2022-05-08
1
-97
/
+4
*
Move all public methods to ``_MessageStateHandler`` (#6545)
Daniël van Noord
2022-05-08
1
-174
/
+2
*
Create ``_MessageStateHandler`` and move all private methods
Daniël van Noord
2022-05-08
1
-115
/
+3
*
Make the scope of ``PyLinter`` messages explicit
Daniël van Noord
2022-05-07
1
-2
/
+27
*
Fix pylint.config's caching deprecation (#6516)
Pierre Sassoulas
2022-05-06
1
-4
/
+5
[next]