Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump pylint to 2.11.0, update changelogv2.11.0 | Pierre Sassoulas | 2021-09-16 | 1 | -0/+1 |
| | |||||
* | Add ``Consider-using-f-string`` checker (#4796) | Daniƫl van Noord | 2021-08-30 | 1 | -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 Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Update link to astroid bump_changelog | ||||
* | Update copyrite noticev2.8.2 | Pierre Sassoulas | 2021-04-26 | 1 | -0/+1 |
| | |||||
* | Changes after black update | Marc Mueller | 2021-04-26 | 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 | -1/+2 |
| | |||||
* | Move from format() to f-string where it makes sense | Pierre Sassoulas | 2021-02-16 | 1 | -5/+1 |
| | | | | As we do not maintain python 3.5 it permit to simplify some code | ||||
* | Fix PytestCollectionWarning: cannot collect test class TestReporter | Pierre Sassoulas | 2020-11-28 | 1 | -3/+1 |
| | |||||
* | review fixes| Uses pytest's tmp_path fixture instead of custom context man | Frank Harrison | 2020-11-27 | 1 | -27/+15 |
| | |||||
* | Remove 0xdeadcode | Frank Harrison | 2020-11-27 | 1 | -5/+0 |
| | |||||
* | profile| Runs pylint against external code, generating profile-heatmaps | Frank Harrison | 2020-11-27 | 1 | -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 |