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 a regression tests for dataclasses with fields
Pierre Sassoulas
2021-08-30
3
-0
/
+35
*
Add `use-set-for-membership` check (#4841)
Marc Mueller
2021-08-30
3
-0
/
+53
*
Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)
Marc Mueller
2021-08-30
3
-0
/
+172
*
Fix typo in assigment_from_no_return functional tests
Pierre Sassoulas
2021-08-30
2
-0
/
+0
*
Remove async test for python 3.5 or lesser
Pierre Sassoulas
2021-08-30
6
-22
/
+8
*
Remove functional test configuration for python version <=3.6.0
Pierre Sassoulas
2021-08-30
109
-147
/
+10
*
Merge abstract_class_instantiated in the same file
Pierre Sassoulas
2021-08-30
7
-29
/
+21
*
Implement basic control flow checks for ``consider-using-with`` (#4929)
Andreas Finkler
2021-08-30
2
-6
/
+98
*
Add ``Consider-using-f-string`` checker (#4796)
Daniƫl van Noord
2021-08-30
35
-116
/
+225
*
Fix a crash from astroid.InferenceError raised on copy.copy
Pierre Sassoulas
2021-08-21
1
-0
/
+16
*
Migrate from ``appdirs`` to ``platformdirs`` (#4887)
Pierre Sassoulas
2021-08-21
1
-2
/
+2
*
Bump pylint to 2.10.2-dev0, update changelog
Ashley Whetter
2021-08-20
2
-0
/
+2
*
Bump pylint to 2.10.1, update changelog
v2.10.1
Ashley Whetter
2021-08-20
2
-0
/
+2
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
15
-6
/
+22
*
Add a test for false positive no-member in subclassed dataclasses
Pierre Sassoulas
2021-08-20
2
-0
/
+50
*
Add consider-ternary-expression extension
Nick Drozd
2021-08-20
3
-0
/
+29
*
Add typecheck tests for dataclass attributes
David Liu
2021-08-20
3
-0
/
+129
*
Improve invalid-metaclass error message for Instances
David Liu
2021-08-19
1
-0
/
+4
*
Use alias for astroid.nodes 04 (#4869)
Marc Mueller
2021-08-19
5
-17
/
+19
*
pyreverse - Handle a regression with typehints of type astroid.Subscript (#4859)
Mark Byrne
2021-08-18
7
-4
/
+32
*
Add extension check against use of while loops (#4860)
Nick Drozd
2021-08-18
6
-0
/
+39
*
[duplicate-code] Parse functions and class methods recursively when gathering...
Maksym Humetskyi
2021-08-17
3
-0
/
+116
*
Limit the dataclasses tests to python 3.7
Pierre Sassoulas
2021-08-16
4
-19
/
+21
*
Additional tests for PyCQA/astroid#1126
David Liu
2021-08-16
10
-3
/
+160
*
Add regression tests for issue with subclassed enums
Pierre Sassoulas
2021-08-16
1
-2
/
+62
*
Fix functional test no-value-for-parameter when instancing an enum
Pierre Sassoulas
2021-08-16
1
-1
/
+1
*
Fix crash on relative import beyond top-level package
Pierre Sassoulas
2021-08-15
2
-1
/
+3
*
Suppress ``consider-using-with`` on return statements
DudeNr33
2021-08-15
1
-0
/
+4
*
``pyreverse``: Add option for colored output (#4850)
Andreas Finkler
2021-08-15
8
-22
/
+150
*
Add a regression test for #4837 (#4847)
Pierre Sassoulas
2021-08-15
2
-0
/
+24
*
``pyreverse``: add PlantUML output (#4846)
Andreas Finkler
2021-08-14
10
-22
/
+156
*
[duplicate-code] Ignore decorators lines by similarities checker when ignore ...
Maksym Humetskyi
2021-08-14
2
-4
/
+20
*
Improvements consider-using-tuple (#4838)
Marc Mueller
2021-08-13
2
-9
/
+13
*
Fix existing tests
Marc Mueller
2021-08-13
3
-3
/
+5
*
Add new check - use-sequence-for-iteration
Marc Mueller
2021-08-13
2
-0
/
+20
*
Permit to lint to the end in case of crash on a file (#4810)
Pierre Sassoulas
2021-08-12
3
-1
/
+78
*
Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"
Marc Mueller
2021-08-12
2
-40
/
+4
*
Fix false-positive used-before-assignment with := in Return node
Marc Mueller
2021-08-12
1
-0
/
+5
*
Add a regression test for #4823
Pierre Sassoulas
2021-08-12
1
-1
/
+15
*
Fix bugs in W0640 cell-var-from-loop checker (#4827)
David Liu
2021-08-12
3
-7
/
+102
*
Update option_manager_mixin.py - issue 3839 (#4812)
PaaEl
2021-08-11
1
-0
/
+32
*
Fix false positives for invalid-all-format (#4711) (#4829)
kasium
2021-08-11
2
-0
/
+8
*
Convert ``get_project`` to a fixture instead of implementing it under ``pylin...
DudeNr33
2021-08-09
4
-18
/
+31
*
Update license link to point to main, not master
DudeNr33
2021-08-09
1
-1
/
+1
*
Use custom class, as ``dataclasses`` was only introduced in Python 3.7.
DudeNr33
2021-08-09
1
-17
/
+33
*
Use ``default_factory`` for mutable attribute.
DudeNr33
2021-08-09
1
-3
/
+3
*
Add tests for ``Printer`` classes which are not covered yet implicitly throug...
DudeNr33
2021-08-09
1
-0
/
+32
*
Extract commonly used test helpers into ``conftest.py`` and a testutils compo...
DudeNr33
2021-08-09
4
-27
/
+54
*
Extract tests for ``pylint.pyreverse.utils`` into own test module.
DudeNr33
2021-08-09
2
-108
/
+119
*
Rename test files to follow the same conventions as other test modules
DudeNr33
2021-08-09
3
-2
/
+2
[next]