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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add regression test for #6497 (#6498)
Jacob Walls
2022-05-09
1
-0
/
+6
*
Add regression test for #6538 (#6553)
Jacob Walls
2022-05-09
1
-0
/
+22
*
Add regression test for #6539
Jacob Walls
2022-05-09
1
-0
/
+3
*
Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)
Daniël van Noord
2022-05-09
2
-1
/
+14
*
Revert "Do not append namespace packages to sys.path (#6405)" (#6548)
Pierre Sassoulas
2022-05-09
4
-38
/
+0
*
Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)
Mark Byrne
2022-05-07
1
-0
/
+30
*
Don't emit unsubscriptable-object for string annotations (#6536)
Marc Mueller
2022-05-07
6
-8
/
+28
*
Fix saving of persistent data files on different drives (#6526)
Daniël van Noord
2022-05-06
1
-6
/
+59
*
Change confidence for no-self-use to INFERENCE
Marc Mueller
2022-05-06
1
-3
/
+3
*
Add regression test of invalid-sequence-index false-positive
Andrew Haigh
2022-05-06
1
-0
/
+4
*
Remove never run test (#6520)
Daniël van Noord
2022-05-06
1
-10
/
+0
*
spellcheck will skip the rule names of mypy inline directives (#5929)
Eli Fine
2022-05-06
1
-1
/
+19
*
Fix behavior of empty `--confidence` option
Jacob Walls
2022-05-05
1
-0
/
+7
*
Move caching to pylint.lint from pylint.config and deprecate (#6468)
Pierre Sassoulas
2022-05-05
3
-0
/
+86
*
Fix invalid-enum-extension with IntFlag (#6511)
Marc Mueller
2022-05-05
1
-1
/
+6
*
Disable duplicate-code warnings
Marc Mueller
2022-05-05
1
-0
/
+5
*
Move no-self-use to optional extension (#6448)
Marc Mueller
2022-05-05
76
-100
/
+167
*
Move ``PYLINTHOME`` to constants and test it (#6509)
Daniël van Noord
2022-05-05
1
-2
/
+40
*
Exit gracefully for unrecognized command line options (#6506)
Daniël van Noord
2022-05-05
1
-5
/
+6
*
Fix the loading of unrelated tools options (#6356)
Pierre Sassoulas
2022-05-05
8
-3
/
+43
*
Activate the ``duplicate-code`` checker (#6121)
Pierre Sassoulas
2022-05-05
1
-0
/
+10
*
Regression tests for setup.cfg's options using the wrong section failing sile...
Pierre Sassoulas
2022-05-05
2
-0
/
+12
*
Do not report useless-suppression on duplicate-code
Daniël van Noord
2022-05-05
4
-0
/
+30
*
Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)
Daniël van Noord
2022-05-05
1
-0
/
+2
*
Change ``pyreverse`` output
Daniël van Noord
2022-05-05
1
-1
/
+1
*
Change config values of ``ignore-imports`` and ``ignore-signatures``
Daniël van Noord
2022-05-05
1
-10
/
+82
*
Fix AstCallbackMethod typing (#6445)
Marc Mueller
2022-05-05
2
-6
/
+10
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
32
-80
/
+155
*
Enum: Add support for self-defined members (#5847)
Huw Jones
2022-05-04
2
-0
/
+66
*
C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)
Joe Young
2022-05-04
56
-120
/
+199
*
Update tests and testoptions for PyPy
Daniël van Noord
2022-05-03
9
-22
/
+15
*
Ignore underscore as a local variable (#6492)
Andy Young
2022-05-03
1
-0
/
+24
*
Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)
Tim Martin
2022-05-03
1
-1
/
+5
*
Prepare the functional test for #6444
Pierre Sassoulas
2022-05-02
2
-2
/
+4
*
Define the confidence in 'implicit-str-concat'
Pierre Sassoulas
2022-05-02
2
-10
/
+10
*
Resolve false negative for implicit str concat inside calls
Pierre Sassoulas
2022-05-02
4
-3
/
+24
*
Add regression test for #6372
Jacob Walls
2022-05-02
1
-0
/
+4
*
Do not append namespace packages to sys.path (#6405)
Daniël van Noord
2022-05-02
4
-0
/
+39
*
Add optional check `redefined-loop-name` (#5649)
Jacob Walls
2022-05-01
13
-20
/
+83
*
Disable fixme for internal uses before we make it optional in #3512 (#6482)
Pierre Sassoulas
2022-05-01
3
-3
/
+1
*
Fix false positive for `undefined-loop-variable` for lambda in first of two l...
Jacob Walls
2022-05-01
1
-0
/
+20
*
Fix a false positive for `undefined-loop-variable` when a loop else raises or...
Jacob Walls
2022-05-01
1
-0
/
+16
*
Fix false positive for ``unused-variable`` when specifying a metaclass via a ...
Jacob Walls
2022-05-01
1
-0
/
+10
*
Check documentation examples for fatal errors (#6475)
Jacob Walls
2022-04-30
1
-0
/
+1
*
Functional tests for ``pyreverse`` (#6449)
Andreas Finkler
2022-04-30
8
-0
/
+117
*
Fix typo in test_exclusivity_of_msgids
Jacob Walls
2022-04-29
1
-1
/
+1
*
Avoid reporting superfluous-parens after an ``is not`` operator (#6451)
Tim Martin
2022-04-27
1
-0
/
+7
*
Remove some words from custom dictionary and update spelling
Daniël van Noord
2022-04-26
4
-6
/
+6
*
[spelling] Remove remaining typoes detected by the spelling checker
Pierre Sassoulas
2022-04-26
9
-15
/
+10
*
[spelling] Fix all ie / eg => i.e. / e.g.
Pierre Sassoulas
2022-04-26
1
-1
/
+1
[next]