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 ``disable-next`` option (#4797)
Daniël van Noord
2021-08-05
2
-0
/
+25
*
Add ``format-string-without-interpolation`` checker (#4794)
Daniël van Noord
2021-08-04
4
-12
/
+28
*
Add regression tests for astroid issue 1111
Pierre Sassoulas
2021-08-04
2
-1
/
+19
*
Add regression tests for issue #3711
Pierre Sassoulas
2021-08-04
1
-0
/
+30
*
Do not test unsupported item assignment for python 3.10
Pierre Sassoulas
2021-08-04
1
-0
/
+2
*
Fix false negative for used-before-assignment (ExceptHandler) (#4791)
David Liu
2021-08-03
4
-3
/
+52
*
Fix false positives for ``superfluous-parens`` (#4784)
Daniël van Noord
2021-08-03
8
-40
/
+134
*
Create common ``Printer`` base class for ``pyreverse`` and improve typing. (#...
Andreas Finkler
2021-08-03
5
-23
/
+119
*
Fix crash for `unused-private-member` when there are nested attributes (#4783)
yushao2
2021-08-01
2
-10
/
+30
*
Fix false-positive of `unused-private-member` with class name (#4782)
yushao2
2021-08-01
2
-0
/
+25
*
Update pr based on review
Yu Shao, Pang
2021-08-01
2
-6
/
+4
*
[unused-private-member] add logic for checking nested functions
Yu Shao, Pang
2021-08-01
2
-0
/
+45
*
Fix IsADirectoryError in tests/lint/unittest_lint (#4781)
Michal Vasilek
2021-08-01
1
-1
/
+1
*
Handle has-a relationships for type-hinted arguments in class diagrams (#4745)
Mark Byrne
2021-07-30
6
-9
/
+36
*
Add ``forgotten-debug-statement`` checker (#4771)
Daniël van Noord
2021-07-29
3
-0
/
+16
*
Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)
Daniël van Noord
2021-07-29
18
-17
/
+35
*
Extended consider-using-tuple check to cover 'in' comparisons (#4768)
Marc Mueller
2021-07-29
2
-4
/
+40
*
Similar check: Passe min_lines to recombined.
Julien Palard
2021-07-28
1
-0
/
+142
*
Omit no-member error if guarded behind if stmt (#4764)
Marc Mueller
2021-07-28
2
-0
/
+82
*
Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)
Eisuke Kawashima
2021-07-28
1
-1
/
+2
*
Add ignored-parents option to design checker (#4758)
Rebecca Turner
2021-07-28
4
-0
/
+85
*
Remove classes.dot after testing #4762
Daniël van Noord
2021-07-28
1
-6
/
+7
*
Performance improvment of the Similarity checker (#4565)
hippo91
2021-07-28
4
-54
/
+30
*
Add unspecified-encoding checker #3826 (#4753)
Daniël van Noord
2021-07-28
23
-65
/
+140
*
Fix false positive undefined variable in decorator with list comprehension (#...
Marcin Kurczewski
2021-07-22
2
-0
/
+21
*
[4692 regression] Test won't fail if the real click is installed
Pierre Sassoulas
2021-07-21
2
-4
/
+6
*
[#4692] Add a regression test for inference crash
Pierre Sassoulas
2021-07-21
2
-0
/
+8
*
Add a regression test for AttributeError for Subscript object
Pierre Sassoulas
2021-07-21
2
-0
/
+14
*
Fix crash if a callable returning a context manager was assigned to a list or...
DudeNr33
2021-07-21
2
-0
/
+16
*
Bump pylint to 2.9.4, update changelog
v2.9.4
Pierre Sassoulas
2021-07-20
3
-1
/
+3
*
Fix 4689 Exclude ``ThreadPoolExecutor`` and ``ProcessPoolExecutor`` from ``co...
DudeNr33
2021-07-20
2
-33
/
+88
*
Add a regression test for generator raised StopIteration #4723
Pierre Sassoulas
2021-07-19
2
-0
/
+22
*
Add regression test TypedDict not-callable (#4717)
Marc Mueller
2021-07-19
1
-0
/
+6
*
Ignore import errors if in guarded import block (#4702)
Marc Mueller
2021-07-19
3
-5
/
+36
*
Fix cyclic import with TYPE_CHECKING (#4703)
Marc Mueller
2021-07-19
5
-1
/
+19
*
Add simplified test cases for inference of pattern variables
Marc Mueller
2021-07-19
1
-0
/
+14
*
Remove match-crash-4685 test
Marc Mueller
2021-07-19
2
-65
/
+0
*
Add a functional tests for 4685
Pierre Sassoulas
2021-07-19
2
-0
/
+65
*
Add a regression test for undefined-loop-variable false positive
Pierre Sassoulas
2021-07-19
1
-0
/
+15
*
Applied suggestions from PR review
Yu Shao, Pang
2021-07-18
1
-2
/
+4
*
[unused-private-member] add logic to check for obj attributes when
Yu Shao, Pang
2021-07-18
1
-0
/
+23
*
Linted and re-added None check of score.
Mark Bell
2021-07-17
1
-22
/
+28
*
Added unit tests and allow fail-under to apply even when the score is exactly...
Mark Bell
2021-07-17
3
-0
/
+55
*
Fix invalid-overridden-method with nested property (#4710)
Marc Mueller
2021-07-15
2
-1
/
+52
*
Don't emit unreachable warning for empty generator functions (#4699)
Marc Mueller
2021-07-10
2
-0
/
+14
*
[undefined-variable] Simplify the undefined variable check
Pierre Sassoulas
2021-07-09
2
-4
/
+2
*
[undefined-variable] Reactivate undefined variables in the regression tests f...
Pierre Sassoulas
2021-07-09
2
-4
/
+7
*
[undefined-variable] Fix crash when metaclass was parsed as an attribute
Pierre Sassoulas
2021-07-09
2
-0
/
+19
*
Catch MRO error when applying missing hints feature. (#4688)
doranid
2021-07-08
2
-0
/
+8
*
Update code from review feedback
Yu Shao, Pang
2021-07-07
2
-23
/
+22
[next]