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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate from utils.check_messages to utils.only_required_for_messages (#6432)
Pierre Sassoulas
2022-04-22
1
-1
/
+1
*
Migrate from 'check_messages' to 'only_required_for_messages' (#6417)
Pierre Sassoulas
2022-04-21
6
-40
/
+50
*
Remove ``assign-to-new-keyword`` (#6421)
Daniël van Noord
2022-04-21
1
-33
/
+2
*
Remove ``IAstroidChecker`` from ``__implements__``
Daniël van Noord
2022-04-19
1
-5
/
+1
*
Add ``--minimal-messages-config`` option for functional tests (#6246)
Andreas Finkler
2022-04-16
1
-0
/
+1
*
Deprecate ``get_global_option``
Daniël van Noord
2022-04-15
2
-9
/
+3
*
Add some manual typing changes (#6325)
Daniël van Noord
2022-04-14
1
-1
/
+3
*
Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)
Daniël van Noord
2022-04-14
2
-2
/
+5
*
Replace .namespace with .config (#6316)
Daniël van Noord
2022-04-14
2
-14
/
+12
*
Use ``python-typing-update`` on ``pylint/checkers/...`` directories
Daniël van Noord
2022-04-14
3
-10
/
+16
*
Update formatting for NamingStyles (#6294)
Marc Mueller
2022-04-13
1
-4
/
+10
*
Use ``namespace`` in two more checkers
Daniël van Noord
2022-04-11
1
-9
/
+13
*
Remove the ``future_option_parsing`` keyword (#6253)
Daniël van Noord
2022-04-11
1
-5
/
+0
*
Use ``argparse`` config handler on three checkers
Daniël van Noord
2022-04-05
1
-3
/
+3
*
New check: TypeVar name mismatch (#6168)
Joe Young
2022-04-04
1
-1
/
+25
*
New check C0106: typevar-double-invariance (#6015)
Joe Young
2022-04-04
1
-30
/
+66
*
Add new message called duplicate-value for sets (#5928)
Konstantina Saketou
2022-04-02
1
-1
/
+21
*
Use the ``argparse`` config handler in ``docstring_checker.py``
Daniël van Noord
2022-04-01
1
-0
/
+5
*
[refactor] Simpler and more performant way to check for duplicate-argument
Pierre Sassoulas
2022-04-01
1
-18
/
+11
*
'duplicate-argument-name' raises once for each set of duplicated arguments
Pierre Sassoulas
2022-04-01
1
-6
/
+9
*
Re-use regex pattern in naming style (#6072)
Daniël van Noord
2022-03-31
1
-10
/
+4
*
Change 'nonexistent-operator' to allow repeated unary ops (with space or pare...
Sergey B Kirpichev
2022-03-29
1
-0
/
+1
*
Fix crash on unbalanced tuple unpacking
Jacob Walls
2022-03-28
1
-0
/
+2
*
Loosen TypeVar name pattern (#5983)
Marc Mueller
2022-03-26
1
-1
/
+1
*
[cleanup] Remove unused code in pylint.checker.base following refactor
Pierre Sassoulas
2022-03-24
2
-34
/
+3
*
[refactor] Create a file for the BasicChecker in pylint.checker.base
Pierre Sassoulas
2022-03-24
2
-812
/
+818
*
[refactor] Create a file for the BasicErrorChecker in pylint.checker.base
Pierre Sassoulas
2022-03-24
2
-557
/
+573
*
[refactor] Create a package for the NameChecker in pylint.checker.base
Pierre Sassoulas
2022-03-24
4
-732
/
+813
*
[refactor] Create a file for the DocstringChecker in pylint.checker.base
Pierre Sassoulas
2022-03-24
2
-189
/
+211
*
[refactor] Create a file for the PassChecker in pylint.checker.base
Pierre Sassoulas
2022-03-24
2
-20
/
+29
*
[refactor] Create files for comparison checker in pylint.checker.base
Pierre Sassoulas
2022-03-24
2
-285
/
+297
*
[refactor] Create a file for _BasicChecker in pylint.checkers
Pierre Sassoulas
2022-03-24
2
-6
/
+15
*
[refactor] Create a package in order to be able to burst base.py
Pierre Sassoulas
2022-03-24
1
-0
/
+2642