Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump actions/cache from v2.1.4 to v2.1.5dependabot/github_actions/actions/cache-v2.1.5 | dependabot[bot] | 2021-04-19 | 1 | -13/+13 |
| | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Added test case for issue #4163 (#4374) | Elizabeth Bott | 2021-04-18 | 2 | -0/+9 |
| | | | Co-authored-by: Elizabeth <ebott@umich.edu> | ||||
* | resolved false positive on unused variables in decorator functions (#4373) | haasea | 2021-04-18 | 5 | -0/+22 |
| | | | | | * resolved false positive on unused variables in decorator functions and added corresponding test cases Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Enhancement/add checker consider using min max builtin (#4359) | Qwiddle13 | 2021-04-17 | 6 | -0/+206 |
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: manderj <joffrey.mander+pro@gmail.com> | ||||
* | Use Python official doc's terminology (#4349) | Emmanuel Chaudron | 2021-04-17 | 1 | -3/+3 |
| | | | A directory containing a __init__.py file is called a package, as per https://docs.python.org/3/tutorial/modules.html#packages | ||||
* | Fix - Improve check for invalid PEP 585 syntax (#4345) | Marc Mueller | 2021-04-12 | 5 | -5/+26 |
| | | | Followup to #4340 | ||||
* | Bump sphinx from 3.5.3 to 3.5.4 (#4344) | dependabot[bot] | 2021-04-12 | 1 | -1/+1 |
| | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 3.5.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/commits/v3.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump actions/download-artifact from v2.0.8 to v2.0.9 (#4343) | dependabot[bot] | 2021-04-12 | 1 | -1/+1 |
| | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...158ca71f7c614ae705e79f25522ef4658df18253) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#4342) | dependabot[bot] | 2021-04-12 | 1 | -2/+2 |
| | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Improve check for invalid PEP 585 syntax inside functions (#4340) | Marc Mueller | 2021-04-12 | 7 | -15/+80 |
| | | | | * Improve check for invalid PEP 585 syntax inside functions * Improve check for invalid PEP 585 syntax as default function arguments | ||||
* | fix emacs pylint error when running with tramp (#4333) | Ramiro Leal-Cavazos | 2021-04-11 | 3 | -1/+6 |
| | | | | * Fixed bug when accessing `tramp-file-name` localname field * Fixed emacs bug when getting localname of of remote files | ||||
* | Follow up to COPYING renamed | Pierre Sassoulas | 2021-04-11 | 2 | -1/+3 |
| | |||||
* | Rename copying to license and upgrade the setup.cfg (#4338) | Pierre Sassoulas | 2021-04-11 | 164 | -167/+165 |
| | |||||
* | Small performance improvement (PEP 585 check) (#4335) | Marc Mueller | 2021-04-11 | 1 | -4/+5 |
| | |||||
* | New ConfusingConsecutiveElifCheckr (for: #3920) (#4318) | DudeNr33 | 2021-04-11 | 7 | -0/+300 |
| | |||||
* | Add a regression test for #2605 (#4337) | Pierre Sassoulas | 2021-04-11 | 2 | -0/+17 |
| | |||||
* | fix inaccurate docstring; closes #4274 (#4336) | bernie gray | 2021-04-11 | 1 | -1/+1 |
| | |||||
* | Add generic alias test cases (#4239) | Marc Mueller | 2021-04-10 | 31 | -0/+1260 |
| | |||||
* | Update ``astroid`` to 2.5.3 (#4334) | Marc Mueller | 2021-04-10 | 7 | -3/+25 |
| | | | | * Add test case for typing.Generic with ABCMeta | ||||
* | Force encoding in reading of setup.cfg to utf-8 (#4329) | Sebastian Müller | 2021-04-10 | 3 | -1/+7 |
| | | | | | | * Add Sebastian Müller to contributors * Add setup.cfg utf8 fix to changelog Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | fixing comments to break into multiple lines | Eli Fine | 2021-04-10 | 2 | -6/+12 |
| | |||||
* | obtaining list of comment directives to ignore from pylintrc | Eli Fine | 2021-04-10 | 3 | -16/+49 |
| | |||||
* | Update pylint/checkers/spelling.py | Eli Fine | 2021-04-10 | 1 | -3/+2 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | removing extraneous line and adding clarifying comment | Eli Fine | 2021-04-10 | 1 | -1/+1 |
| | |||||
* | skipping spellcheck for code flanked in backticks | Eli Fine | 2021-04-10 | 3 | -34/+72 |
| | |||||
* | skipping spellcheck for tool directives in comments | Eli Fine | 2021-04-10 | 3 | -14/+103 |
| | |||||
* | Enable loading of plugins in functional tests (Fix 4331) (#4332) | DudeNr33 | 2021-04-09 | 6 | -2/+24 |
| | | | | | * Load plugins if defined in option file of functional test. * Fix functional test which now fails after optional plugins are now loaded correctly * Added functional test for bad_builtins from #4291 | ||||
* | Update pylint/config/option_manager_mixin.py | Pierre Sassoulas | 2021-04-09 | 1 | -1/+2 |
| | | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | More explicit comment in flake8 configuration | Pierre Sassoulas | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Fix some typo and create better docstrings | Pierre Sassoulas | 2021-04-09 | 2 | -23/+20 |
| | |||||
* | Refactor MessageId Store with a better error message | Pierre Sassoulas | 2021-04-09 | 3 | -11/+18 |
| | |||||
* | More modular code for enable/disable in pylinter | Pierre Sassoulas | 2021-04-09 | 1 | -2/+2 |
| | |||||
* | Formatting | hippo91 | 2021-04-09 | 2 | -7/+5 |
| | |||||
* | Adds an entry | hippo91 | 2021-04-09 | 1 | -0/+4 |
| | |||||
* | Setup formatting of new and old scores | hippo91 | 2021-04-09 | 1 | -2/+2 |
| | |||||
* | diff_string is made public | hippo91 | 2021-04-09 | 1 | -0/+2 |
| | |||||
* | Revert "Refactor - Remove unused and untested code in utils" | hippo91 | 2021-04-09 | 4 | -9/+45 |
| | | | | This reverts commit 293a7f5e6add850e2f127dd1680a6e43fb1a6949. | ||||
* | Don't show DuplicateBasesError for attribute access (#4317) | Marc Mueller | 2021-04-08 | 3 | -1/+8 |
| | |||||
* | Bug pylint 4019 (#4311) | hippo91 | 2021-04-08 | 4 | -0/+31 |
| | | | | | | | | | | | * Detects an `assert False` and consider it as a return node * Test the detection of `assert False` * Adds an entry * Takes into account @cdce8p and @Pierre-Sassoulas remarks * Formatting | ||||
* | Upgrade the documentation and fix inconsistencies | Pierre Sassoulas | 2021-04-08 | 3 | -14/+20 |
| | |||||
* | Upgrade contribute doc with discord server and fix typoes | Pierre Sassoulas | 2021-04-08 | 1 | -19/+19 |
| | |||||
* | test: fix fail_under regression | chohner | 2021-04-07 | 4 | -30/+35 |
| | |||||
* | test: dont fail on same score | chohner | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | pass if score equals fail_under | chohner | 2021-04-07 | 3 | -2/+4 |
| | |||||
* | Add prettier to the pre-commit configuration | Pierre Sassoulas | 2021-04-07 | 12 | -111/+132 |
| | | | | Also apply prettier | ||||
* | Add editable install in requirements_test_min.txt | Pierre Sassoulas | 2021-04-07 | 2 | -4/+1 |
| | | | | Closes #4306 | ||||
* | Fix false-positive used-before-assignment in function returns | Marc Mueller | 2021-04-07 | 4 | -14/+29 |
| | |||||
* | Fix some LGMT errors - unreachable-statement | Marc Mueller | 2021-04-07 | 2 | -2/+0 |
| | |||||
* | Bug pylint 4122 (#4304) | hippo91 | 2021-04-07 | 4 | -1/+66 |
| | | | | | | | * Adds detection of return type hint to determine if a function has NoReturn * Adds unittests to check return type hints are correctly interpreted * Adds an entry * Adds argparse.parse_error as default for never-returning-functions option * Simplification of NoReturn detection as suggested by cdce8p | ||||
* | Update pre-commit requirement from ~=2.11 to ~=2.12 | dependabot[bot] | 2021-04-07 | 1 | -1/+1 |
| | | | | | | | | Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.11.0...v2.12.0) Signed-off-by: dependabot[bot] <support@github.com> |