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
/
interfaces.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[__implements__] Remove everything related to the rejected PEP245 (#8404)
Pierre Sassoulas
2023-03-08
1
-101
/
+1
*
[refactor] Use typed NamedTuple for Confidence + PragmaRepresenter (#7718)
Pierre Sassoulas
2022-11-05
1
-3
/
+7
*
Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...
Yilei "Dolee" Yang
2022-09-15
1
-0
/
+2
*
Disable fixme for internal uses before we make it optional in #3512 (#6482)
Pierre Sassoulas
2022-05-01
1
-1
/
+1
*
Run development version of ``pydocstringformatter`` (#6469)
Daniël van Noord
2022-04-28
1
-1
/
+1
*
Finish typing of ``pylint/interfaces.py``
Daniël van Noord
2022-04-23
1
-4
/
+7
*
Deprecate all interfaces in 'pylint.interfaces' (#6412)
Daniël van Noord
2022-04-20
1
-0
/
+7
*
Deprecate ``interfaces.implements``
Daniël van Noord
2022-04-20
1
-1
/
+10
*
Add typing to BaseChecker.process_token (#6273)
Pierre Sassoulas
2022-04-19
1
-1
/
+2
*
Use ``python-typing-update`` on ``pylint`` directory
Daniël van Noord
2022-04-14
1
-4
/
+7
*
Fix ``confidence`` argument type
Daniël van Noord
2022-04-02
1
-0
/
+2
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
1
-1
/
+1
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
1
-16
/
+1
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
1
-8
/
+8
*
Add confidence level `CONTROL_FLOW` (#5709)
Jacob Walls
2022-01-26
1
-1
/
+5
*
Fix typos accross the whole codebase (#5575)
Pierre Sassoulas
2021-12-21
1
-6
/
+6
*
Fix some typoes before adding typing for checker registering
Pierre Sassoulas
2021-12-20
1
-9
/
+5
*
Modify the description of HIGH confidence for accuracy
Pierre Sassoulas
2021-12-14
1
-1
/
+1
*
Fix the typing of pylint.interfaces.implements
Pierre Sassoulas
2021-12-14
1
-2
/
+6
*
Fix typo in pylint/interfaces.py
Pierre Sassoulas
2021-12-14
1
-3
/
+3
*
Add Confidences in pylint.interfaces API
Pierre Sassoulas
2021-12-14
1
-3
/
+13
*
Bump pylint to 2.12.0, update changelog
v2.12.0
Pierre Sassoulas
2021-11-25
1
-0
/
+1
*
Enable for_any_all check (#5206)
Nick Drozd
2021-10-25
1
-5
/
+2
*
Add typing for ``json_reporter`` and sub-classes
Daniël van Noord
2021-09-16
1
-2
/
+5
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
1
-0
/
+1
*
Add typing in ``pylint.reporters`` (#5004)
Pierre Sassoulas
2021-09-16
1
-2
/
+3
*
Type ``process_module`` and update argument names
Daniël van Noord
2021-09-13
1
-1
/
+3
*
Bump pylint to 2.9.3, update changelog
v2.9.3
Pierre Sassoulas
2021-07-01
1
-0
/
+1
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
1
-1
/
+1
*
Add handle_message in BaseReporter and add typing
Pierre Sassoulas
2021-06-15
1
-1
/
+1
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
1
-1
/
+1
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-0
/
+2
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
1
-1
/
+0
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
1
-8
/
+5
*
Sets up copyright
hippo91
2020-08-20
1
-1
/
+1
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-2
/
+4
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+0
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-9
/
+11
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-1
/
+4
*
Add new checker useless-object-inheritance.
ssolanki
2018-06-20
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2018-01-30
1
-1
/
+1
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-1
/
+4
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+5
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-12
/
+3
*
Rename display_results to display_reports, the old name being deprecated.
Claudiu Popa
2016-01-09
1
-1
/
+1
*
Remove features in 1.6.0 which were scheduled for removal.
Claudiu Popa
2015-12-17
1
-6
/
+2
*
Fix an occurrence of no-classmethod-decorator.
Claudiu Popa
2015-10-30
1
-1
/
+1
*
Get rid of logilab.common.interface.
Florian Bruhin
2015-07-26
1
-2
/
+20
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-0
/
+84