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
/
logging.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the ``logging-format-style`` to use name identifier instead of their c...
Claudiu Popa
2018-11-28
1
-6
/
+7
*
New option: logging-format-style for logging checker (#2521)
Alan Chan
2018-10-04
1
-7
/
+26
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-88
/
+128
*
Drop the .keys() call, can unpack dictionaries without it
Claudiu Popa
2018-09-05
1
-1
/
+1
*
Added checker for format string type mismatches.
Yury Gribov
2018-09-04
1
-1
/
+1
*
Improve the help message for logging-fstring-interpolation. Close #2354
Claudiu Popa
2018-07-31
1
-3
/
+1
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-1
/
+3
*
standardize help strings a bit (#2207)
Mike Frysinger
2018-06-20
1
-6
/
+6
*
`logging-not-lazy` is emitted whenever pylint infers that a string is built w...
Claudiu Popa
2018-06-18
1
-3
/
+8
*
Adapt pylint to work with the new typed_ast based astroid
Claudiu Popa
2018-05-23
1
-1
/
+1
*
Add a new check: `logging-fstring-interpolation`.
Mariatta Wijaya
2018-05-15
1
-1
/
+12
*
`logging-format-interpolation` also emits when f-strings are used instead of ...
Claudiu Popa
2018-04-05
1
-0
/
+2
*
Don't crash on invalid strings when checking for `logging-format-interpolation`
Claudiu Popa
2018-03-16
1
-1
/
+6
*
Rip some of the six imports from the codebase
Claudiu Popa
2018-01-25
1
-4
/
+2
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-1
/
+9
*
logging-not-lazy is emitted when the addition sign is used as well
guillaume2
2017-07-23
1
-2
/
+13
*
Remove mentions of deprecated astroid node names (#1485)
Łukasz Rogalski
2017-05-22
1
-2
/
+2
*
Add change log entries, fix style issues
Łukasz Rogalski
2017-01-03
1
-3
/
+4
*
Fix too agressive logging-format-interpolation
Łukasz Rogalski
2017-01-03
1
-14
/
+31
*
Fix description of E1205
Chris Murray
2016-10-18
1
-1
/
+1
*
Fix description of E1205 & E1206
Chris Murray
2016-10-18
1
-2
/
+2
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-1
/
+4
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+1
*
Fixed our docstring lint errors
Ashley Whetter
2016-06-25
1
-5
/
+6
*
Document some missing types and improve the indentation.
Claudiu Popa
2016-06-23
1
-4
/
+4
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-13
/
+3
*
Fix new import related errors in pylint's codebase.
Claudiu Popa
2015-11-25
1
-1
/
+2
*
Import has_known_bases and safe_infer back into pylint from astroid, until th...
Claudiu Popa
2015-11-20
1
-2
/
+1
*
Use the new node names for the visit and leave methods
Claudiu Popa
2015-08-26
1
-2
/
+2
*
Update pylint to use the new astroid AST names and methods
Claudiu Popa
2015-08-25
1
-4
/
+4
*
Use safe_infer and has_known_bases from astroid.helpers. Closes issue #593.
Claudiu Popa
2015-07-06
1
-1
/
+3
*
`but` from logging-format-interpolation is changed to `and`
Claudiu Popa
2015-05-25
1
-1
/
+1
*
Move all package files to a pylint package.
Ionel Cristian Maries
2015-02-14
1
-0
/
+256