Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump pylint to 2.9.3, update changelogv2.9.3 | Pierre Sassoulas | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Fix copyright links (#4647) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
| | | | | * Fix link in license header * Update link to astroid bump_changelog | ||||
* | Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0 | Pierre Sassoulas | 2021-06-29 | 1 | -0/+1 |
| | |||||
* | VariableChecker now accounts for attribute lookups in type comments (#4604) | Sergei Lebedev | 2021-06-27 | 1 | -0/+20 |
| | | | | | | | | | | | * VariableChecker now accounts for attribute lookups in type comments Prior to this commit VariableChecker did not recurse into attribute lookups in type comments. This lead to false positive unused-import messages in e.g. import collections d = ... # type: collections.OrderedDict Fixes #4603 | ||||
* | Update copyrite noticev2.8.2 | Pierre Sassoulas | 2021-04-26 | 1 | -0/+1 |
| | |||||
* | Changes after black update | Marc Mueller | 2021-04-26 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+2 |
| | |||||
* | Fix scoping for function annotations, decorators and base classes (#3713) | Andrew Simmons | 2020-07-12 | 1 | -0/+20 |
| | | | | | | | | | Fix scoping for function annotations, decorators and base classes Closes #1082, #3434, #3461 Reduce number of branches in variables checker Co-authored-by: Andrew Simmons <a.simmons@deakin.edu.au> | ||||
* | Remove the 'checker' in moved file name | Pierre Sassoulas | 2020-04-27 | 1 | -0/+332 |