summaryrefslogtreecommitdiff
path: root/pylint/checkers/logging.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-7/+1
* Do not emit `logging-not-lazy` for explicitly concatenated strings. (#8546)Yilei "Dolee" Yang2023-04-071-1/+14
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [ruff] Fix E741 Ambiguous variable name: 'l'Pierre Sassoulas2023-02-061-1/+1
* Fix ``logging-fstring-interpolation`` false positive (#7846)Dani Alcala2022-11-261-6/+24
* Add typing to ``logging.py`` (#7211)Daniël van Noord2022-07-201-19/+28
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-1/+4
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+1
* Remove pointless ``check_messages`` decorators (#6353)Andreas Finkler2022-04-171-2/+1
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-2/+2
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-3/+6
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-3/+0
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-2/+5
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-22/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-5/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-12/+3
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-14/+12
* Add cached infer_all helper functionMarc Mueller2021-08-191-15/+12
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-181-12/+13
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-1/+1
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+3
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+9
* Replace logging-format-formatting with the valid logging-format-interpolationClaudiu Popa2020-04-271-1/+1
* Brought back logging-fstring-interpolationAshley Whetter2020-04-271-40/+62
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* Do not emit `logging-too-many-args` when `logging-format-interpolation` is em...Claudiu Popa2020-02-111-0/+1
* [formating] Bump black and isortDjailla2019-11-181-3/+5
* Allow f-strings as a valid logging string formatting choiceAshley Whetter2019-09-101-21/+30
* Allow bytes to be interpreted correctly for logging-too-many-args checkClaudiu Popa2019-05-301-0/+3
* Protect against non-Const nodes in is_complex_format_strClaudiu Popa2019-05-221-6/+5
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-3/+1
* Fixes for linting of new style logging format. (#2713)Svet2019-02-131-5/+9
* Change the ``logging-format-style`` to use name identifier instead of their c...Claudiu Popa2018-11-281-6/+7
* New option: logging-format-style for logging checker (#2521)Alan Chan2018-10-041-7/+26
* Reformat the code with blackClaudiu Popa2018-09-171-88/+128
* Drop the .keys() call, can unpack dictionaries without itClaudiu Popa2018-09-051-1/+1
* Added checker for format string type mismatches.Yury Gribov2018-09-041-1/+1
* Improve the help message for logging-fstring-interpolation. Close #2354Claudiu Popa2018-07-311-3/+1
* Update copyright noticesClaudiu Popa2018-07-151-1/+3