Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional `prefer-typing-namedtuple` message (#8681)HEADmain | Jacob Walls | 2023-05-16 | 1 | -0/+21 |
| | | | Closes #8660 | ||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965) | Pierre Sassoulas | 2022-12-27 | 1 | -1/+0 |
| | |||||
* | Add default_enabled option to optional message dict (#7629) | Marc Mueller | 2022-10-25 | 1 | -2/+3 |
| | |||||
* | Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628) | Marc Mueller | 2022-10-16 | 1 | -0/+23 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Turn on ``mypy`` strict mode 🎉 (#7448) | Daniël van Noord | 2022-09-09 | 1 | -3/+1 |
| | | | | | | | | | | * Ignore subclasses of Any * Add ignores for imported code and remove casts * Add disables for uninferable return values * Turn on ``mypy`` strict mode | ||||
* | Migrate from utils.check_messages to utils.only_required_for_messages (#6432) | Pierre Sassoulas | 2022-04-22 | 1 | -5/+5 |
| | |||||
* | Remove ``IAstroidChecker`` from ``__implements__`` | Daniël van Noord | 2022-04-19 | 1 | -3/+0 |
| | |||||
* | Deprecate ``get_global_option`` | Daniël van Noord | 2022-04-15 | 1 | -3/+2 |
| | |||||
* | Replace .namespace with .config (#6316) | Daniël van Noord | 2022-04-14 | 1 | -1/+1 |
| | |||||
* | Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308) | Daniël van Noord | 2022-04-14 | 1 | -10/+12 |
| | |||||
* | Remove the ``future_option_parsing`` keyword (#6253) | Daniël van Noord | 2022-04-11 | 1 | -4/+0 |
| | |||||
* | Use ``argparse`` config handler in all extensions | Daniël van Noord | 2022-04-02 | 1 | -2/+3 |
| | |||||
* | Remove the concept of checker priority (#6034) | Daniël van Noord | 2022-04-01 | 1 | -1/+0 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -0/+4 |
| | | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc | ||||
* | Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910) | Daniël van Noord | 2022-03-13 | 1 | -0/+1 |
| | |||||
* | Restore the useful part of the python3 checker (#5843) | Pierre Sassoulas | 2022-03-08 | 1 | -1/+1 |
| | | | | | | | * Reinstate checks from the python3 checker that are still useful for py3 Closes #5025 Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
* | Add typing and uniformize the checker registering in Pylinter (#5558) | Pierre Sassoulas | 2021-12-27 | 1 | -4/+6 |
| | | | | | Remove verbose docstring in code, keep them in example and doc Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Fix typos accross the whole codebase (#5575) | Pierre Sassoulas | 2021-12-21 | 1 | -1/+1 |
| | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | ||||
* | Small py-version improvements (#5069) | Marc Mueller | 2021-09-25 | 1 | -1/+1 |
| | | | | | | | | | * Add py-version requirement to checker docs * Improve default value * Improve option parser error message * Fix py-version help text | ||||
* | Spelling and grammar fixes | Ville Skyttä | 2021-09-17 | 1 | -1/+1 |
| | |||||
* | Use overload to type get_global_option (#4978) | Daniël van Noord | 2021-09-08 | 1 | -1/+1 |
| | | | | | | * Use ``overload`` to type ``get_global_option`` * Use type alias and TypeVar Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Refactor various typing related issues (#4940) | Daniël van Noord | 2021-09-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | * Add type annotations to ``visit`` & ``leave`` calls This adds typing to most calls that visit nodes. All other changes are due to mypy errors resulting from introduction of typing. * Fix outstanding mypy issues This removes some of the `type: ignore` comments in favour of solving the mypy issues these comments were surpressing. * Fix remaining references to node_classes Except for two references to node_classes in the changelog this should be the last of them Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876) | Marc Mueller | 2021-08-30 | 1 | -1/+168 |
| | | | | | | | | | | | * Add global py-version config * Add typing-extensions as requirement for Python < 3.10 * Add consider-using-assignment-expr to CodeStyleChecker * Default to max-line-length Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Refactor existing code - code_style extension (#4872) | Marc Mueller | 2021-08-19 | 1 | -9/+4 |
| | |||||
* | Use alias for astroid.nodes 04 (#4869) | Marc Mueller | 2021-08-19 | 1 | -21/+20 |
| | | | | | | | | | * Use alias for astroid nodes 04 * Resolve name conflicts * Apply suggestions from code review Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Improvements consider-using-tuple (#4838) | Marc Mueller | 2021-08-13 | 1 | -17/+17 |
| | | | | | | * Fix typing * Improve consider-using-tuple check * Limit to in-place defined lists * Emit even for starred expressions | ||||
* | Keep bugfix | Marc Mueller | 2021-08-12 | 1 | -1/+1 |
| | |||||
* | Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)" | Marc Mueller | 2021-08-12 | 1 | -15/+10 |
| | | | | This reverts commit ca3bc53fd8d628473fba25c7736d0abfac8e4a4a. | ||||
* | Extended consider-using-tuple check to cover 'in' comparisons (#4768) | Marc Mueller | 2021-07-29 | 1 | -10/+15 |
| | |||||
* | Merge branch 'master' into misc-tasks | Pierre Sassoulas | 2021-06-12 | 1 | -3/+82 |
|\ | |||||
| * | Move consider-using-namedtuple-or-dataclass to CodeStyle extension | Marc Mueller | 2021-06-12 | 1 | -3/+82 |
| | | |||||
* | | Add note to CodeStyleChecker | Marc Mueller | 2021-06-10 | 1 | -0/+9 |
|/ | |||||
* | Move to new extension CodeStyleChecker | Marc Mueller | 2021-06-10 | 1 | -0/+58 |