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
/
refactoring
/
refactoring_checker.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add ``--minimal-messages-config`` option for functional tests (#6246)
Andreas Finkler
2022-04-16
1
-1
/
+4
*
Deprecate ``get_global_option``
Daniël van Noord
2022-04-15
1
-2
/
+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
-3
/
+3
*
Use ``python-typing-update`` on ``pylint/checkers/...`` directories
Daniël van Noord
2022-04-14
1
-11
/
+13
*
Remove the ``future_option_parsing`` keyword (#6253)
Daniël van Noord
2022-04-11
1
-1
/
+1
*
Use ``argparse`` config handler on three checkers
Daniël van Noord
2022-04-05
1
-5
/
+8
*
[refactor] Use for v in *.values() instead of _, v in *.items()
Pierre Sassoulas
2022-04-02
1
-1
/
+1
*
Remove the concept of checker priority (#6034)
Daniël van Noord
2022-04-01
1
-2
/
+0
*
Fix crash in ``unnecessary-list-index-lookup`` checker (#6049)
Tim Martin
2022-03-31
1
-0
/
+5
*
New checker `unnecessary-list-index-lookup` (#4525) (#5834)
Tim Martin
2022-03-25
1
-1
/
+85
*
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
-0
/
+1
*
Simplify ``cached_property`` import guards (#5915)
Daniël van Noord
2022-03-14
1
-13
/
+2
*
Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)
Daniël van Noord
2022-03-13
1
-2
/
+5
*
Use ``functools.cached_property`` on 3.8+ (#5907)
Daniël van Noord
2022-03-12
1
-2
/
+19
*
Use value directly instead of index in ``enumerate`` contexts (#5856)
Tim Martin
2022-03-02
1
-4
/
+4
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
1
-13
/
+13
*
Clearer error message for useless-else-x type messages (#5736)
Pierre Sassoulas
2022-01-30
1
-8
/
+9
*
Create separate documentation page for each message (#5396)
Daniël van Noord
2022-01-28
1
-2
/
+2
*
Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)
Daniël van Noord
2022-01-10
1
-7
/
+9
*
Format docstrings with ``pydocstringformatter``
Daniël van Noord
2022-01-02
1
-14
/
+14
*
Fix false positive `consider-using-dict-comprehension` when creating a dict u...
Tushar Sadhwani
2021-12-30
1
-3
/
+22
*
Fix reported node for `unnecessary-comprehension` (#5601)
Tushar Sadhwani
2021-12-28
1
-2
/
+4
*
Fixed extremely long processing of long lines with comma's (#5534)
Daniël van Noord
2021-12-17
1
-16
/
+11
*
Fix #5504: Fix crash if the output of items() is assigned to a 1-tuple (#5505)
Jacob Walls
2021-12-12
1
-0
/
+2
*
Add tempfile.TemporaryFile to CALLS_RETURNING_CONTEXT_MANAGERS
Jacob Walls
2021-12-04
1
-0
/
+1
*
fix(4716): fix false positive `unnecessary_dict_index_lookup` emitted when `d...
yushao2
2021-12-03
1
-0
/
+3
*
Activate and fix existing use-set-for-membership checks (#5379)
Pierre Sassoulas
2021-11-25
1
-6
/
+6
*
Fix incorrect ``consider-using-ternary`` when condition is inferable as False...
Arianna Y
2021-10-29
1
-2
/
+2
*
Enable for_any_all check (#5206)
Nick Drozd
2021-10-25
1
-8
/
+5
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
1
-1
/
+1
*
[pre-commit.ci] pre-commit autoupdate (#5082)
pre-commit-ci[bot]
2021-09-28
1
-1
/
+1
*
Use node_ancestors to get rid of some while-loops (#5005)
Nick Drozd
2021-09-18
1
-3
/
+3
*
Spelling and grammar fixes
Ville Skyttä
2021-09-17
1
-2
/
+2
*
Remove most `typing.cast()` calls (#4995)
Daniël van Noord
2021-09-15
1
-3
/
+1
*
Extend consider-using-in for attribute access
Marc Mueller
2021-09-05
1
-1
/
+1
*
Refactor various typing related issues (#4940)
Daniël van Noord
2021-09-03
1
-12
/
+12
*
Implement basic control flow checks for ``consider-using-with`` (#4929)
Andreas Finkler
2021-08-30
1
-1
/
+6
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
1
-5
/
+1
*
Use alias for astroid.nodes 04 (#4869)
Marc Mueller
2021-08-19
1
-189
/
+183
*
Suppress ``consider-using-with`` on return statements
DudeNr33
2021-08-15
1
-2
/
+14
*
Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"
Marc Mueller
2021-08-12
1
-1
/
+1
*
Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)
Daniël van Noord
2021-07-29
1
-0
/
+25
*
Extended consider-using-tuple check to cover 'in' comparisons (#4768)
Marc Mueller
2021-07-29
1
-1
/
+1
*
Fix crash if a callable returning a context manager was assigned to a list or...
DudeNr33
2021-07-21
1
-1
/
+5
*
Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...
DudeNr33
2021-07-20
1
-11
/
+124
*
Fix false-positive 'consider-using-with' for ternary inside 'with' (#4679)
DudeNr33
2021-07-06
1
-1
/
+17
*
Fix false-positive ``consider-using-with`` when using ``contextlib.ExitStack`...
DudeNr33
2021-07-04
1
-2
/
+21
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
[prev]
[next]