summaryrefslogtreecommitdiff
path: root/tests/profile
Commit message (Collapse)AuthorAgeFilesLines
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
|
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-301-4/+3
| | | | | | | | | | | | | | | | * Add ``consider-using-f-string`` checker This adds a checker for normal strings which are formatted with ``.format()`` or '%'. The message is a convention to nudge users towards using f-strings. This closes #3592 * Update pylint code to use f-strings After adding `consider-using-f-strings` the codebase showed numerous cases of formatting which could be f-strings. This commit changes most of these to become f-strings, or adds ignores. * Apply suggestions from code review Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
|
* Changes after black updateMarc Mueller2021-04-261-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/+2
|
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-5/+1
| | | | As we do not maintain python 3.5 it permit to simplify some code
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-281-3/+1
|
* review fixes| Uses pytest's tmp_path fixture instead of custom context manFrank Harrison2020-11-271-27/+15
|
* Remove 0xdeadcodeFrank Harrison2020-11-271-5/+0
|
* profile| Runs pylint against external code, generating profile-heatmapsFrank Harrison2020-11-271-0/+78
* Use https gitub uri so we do not need creditials * Shallow clone so we don't pull more data than we need * Ensure we skip external profiling unless explicitly wanted