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
/
tests
/
functional
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ``invalid-name`` check for ``TypeAlias`` names (#7116)
Daniël van Noord
2023-02-26
8
-13
/
+25
*
Add new checker `bad-chained-comparison` (#7990)
Zen Lee
2023-02-26
1
-1
/
+1
*
Fix test for ``plugin_does_not_exists``
Daniel van Noord
2023-02-20
2
-1
/
+2
*
Fix invalid type false positive (#8206)
Nick Drozd
2023-02-14
2
-2
/
+2
*
Add some test cases for redundant type check (#8136)
Nick Drozd
2023-02-03
5
-1
/
+78
*
Fix a false positive for ``redefined-variable-type`` when ``async`` methods a...
Mark Byrne
2023-01-28
1
-0
/
+25
*
Add `consider-refactoring-into-while-condition` checker (#8021)
yushao2
2023-01-27
6
-0
/
+382
*
Fix `consider-using-augmented-assign` nested attribute access (#8088)
Marc Mueller
2023-01-20
2
-1
/
+16
*
Bugfix - extend ``magic-value-comparison`` support for parsing numerical type...
orSolocate
2023-01-12
2
-2
/
+7
*
[consider-using-augmented-assign] Do not warn for non-commutative operators (...
Pierre Sassoulas
2023-01-09
2
-26
/
+76
*
Cover more lines (#7996)
Nick Drozd
2022-12-28
8
-13
/
+37
*
Cover missing line in dict-init-mutate test (#7994)
Nick Drozd
2022-12-27
1
-0
/
+3
*
Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975)
Dani Alcala
2022-12-26
2
-3
/
+2
*
[pypy3.8] Disable multiple-statements false positive on affected functional t...
Pierre Sassoulas
2022-12-15
8
-61
/
+86
*
Fix ``missing-param-doc`` for escaped underscores (#7878)
Dani Alcala
2022-12-04
1
-0
/
+12
*
Add ``redundant-union-assign-typehint`` checker for duplicated assign typehin...
orSolocate
2022-11-30
3
-0
/
+38
*
Add a new check `dict-init-mutate` (#7794)
Dani Alcala
2022-11-23
3
-0
/
+43
*
Emit `used-before-assignment` for variables only defined under always false t...
Jacob Walls
2022-11-22
1
-1
/
+1
*
Fix false negatives for-any-all (#7707)
Dani Alcala
2022-11-17
2
-12
/
+106
*
Update documentation for checkers (#7764)
Marc Mueller
2022-11-13
1
-1
/
+1
*
[compare-to-empty-string] More actionnable and understandable message (#7726)
Pierre Sassoulas
2022-11-09
2
-4
/
+12
*
[compare to zero] Fix false positive with 'x is False'
Pierre Sassoulas
2022-11-07
2
-6
/
+18
*
[compare-to-zero] More actionnable and understandable message
Pierre Sassoulas
2022-11-07
4
-4
/
+12
*
[implicit_booleaness_checker] Add the confidence to related messages (#7721)
Pierre Sassoulas
2022-11-06
2
-8
/
+8
*
Add confidence levels to all exception checkers (#7716)
Dani Alcala
2022-11-05
1
-1
/
+1
*
Rename `broad-except` and new check `broad-exception-raised` (#7709)
Dani Alcala
2022-11-05
5
-5
/
+5
*
Add `bad-dunder-name` extension checker (#7642)
Dani Alcala
2022-10-31
3
-0
/
+63
*
Take 'accept-no-raise-doc' option into account (#7581)
Brice Chardin
2022-10-28
3
-0
/
+21
*
Add `magic-number` checker for comparison with literals (#7526)
orSolocate
2022-10-22
3
-0
/
+42
*
Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628)
Marc Mueller
2022-10-16
5
-0
/
+108
*
Make ``missing-yield/raises-doc`` respect ``no-docstring-rgx`` option
Daniël van Noord
2022-09-06
3
-2
/
+17
*
Fix and refactors for ``docparams`` extension (#7398)
Daniël van Noord
2022-09-04
3
-9
/
+22
*
Make ``missing-return-doc`` respect the ``no-docstring-rgx`` option (#7410)
Daniël van Noord
2022-09-04
4
-22
/
+46
*
Remove Python 2 code from the tests & refactor (#7320)
Mark Byrne
2022-08-18
6
-19
/
+18
*
[basic checker] Add the confidence for 'unreachable' (#7216)
Pierre Sassoulas
2022-07-21
9
-31
/
+31
*
[doc param checker] Add confidences for DocParam checker's message
Pierre Sassoulas
2022-07-21
27
-196
/
+196
*
Allow lists of default values in parameter documentation for ``Numpy`` (#7149)
Daniël van Noord
2022-07-08
1
-0
/
+15
*
Don't report `import-private-name` for relative imports (#7079)
Ville Skyttä
2022-06-28
1
-1
/
+6
*
Fix differing param doc false positive (#6980)
Marco Pernigotti
2022-06-23
5
-0
/
+104
*
Emit `using-constant-test` when testing truth value of a variable holding a g...
Jacob Walls
2022-06-12
1
-1
/
+1
*
Fix a crash in the optional `private_import` extension
Jacob Walls
2022-06-04
1
-0
/
+13
*
Update ranges for error messages (#6606)
Marc Mueller
2022-05-13
1
-1
/
+1
*
Use main instead of master as main checker name (#6569)
Daniël van Noord
2022-05-10
79
-79
/
+79
*
Change confidence for no-self-use to INFERENCE
Marc Mueller
2022-05-06
1
-3
/
+3
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
6
-3
/
+175
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
3
-7
/
+8
*
C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)
Joe Young
2022-05-04
6
-6
/
+6
*
Add optional check `redefined-loop-name` (#5649)
Jacob Walls
2022-05-01
6
-0
/
+110
*
Normalize the pylint disables in functional tests
Pierre Sassoulas
2022-04-18
1
-1
/
+1
*
Handle asterisks better in Sphinx and Google style docstrings
Daniël van Noord
2022-04-07
5
-32
/
+115
[next]