Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [typing] Use __future__ annotations where possible (#8264) | Pierre Sassoulas | 2023-02-12 | 1 | -1/+3 |
| | |||||
* | [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965) | Pierre Sassoulas | 2022-12-27 | 1 | -1/+1 |
| | |||||
* | Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker`` | Daniël van Noord | 2022-04-19 | 1 | -5/+2 |
| | |||||
* | Update ``pydocstringformatter`` to 0.4.0 (#5787) | Daniël van Noord | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Add typing and uniformize the checker registering in Pylinter (#5558) | Pierre Sassoulas | 2021-12-27 | 1 | -2/+10 |
| | | | | | Remove verbose docstring in code, keep them in example and doc Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> | ||||
* | Type ``process_module`` and update argument names | Daniël van Noord | 2021-09-13 | 1 | -1/+3 |
| | |||||
* | Style - Re-Apply black following the isort cleanup | Pierre Sassoulas | 2019-03-20 | 1 | -9/+13 |
| | | | | Change with isort triggered change with black. | ||||
* | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -2/+2 |
| | |||||
* | Fix err "global name 'module' is not defined" (#1146) | sdet_liang | 2016-10-25 | 1 | -1/+1 |
| | | | | | | | Fix following error when using this plugin ``` with module.stream() as stream: NameError: global name 'module' is not defined ``` | ||||
* | Update the examples to the new message format. | Claudiu Popa | 2015-01-03 | 1 | -1/+3 |
| | |||||
* | Use the new Module.stream, since Module.file_stream is deprecated. | Claudiu Popa | 2015-01-03 | 1 | -4/+5 |
| | |||||
* | add note about soon useless stream.seek() | Sylvain Thénault | 2011-10-26 | 1 | -3/+1 |
| | |||||
* | py3k: need to handle guess_encoding in astng | Emile Anclin | 2010-11-22 | 1 | -6/+8 |
| | | | | | | | | | | Astng will try to find the right encoding and provide the right "stream" interface for the Pylint checkers. Reading a stream with the wrong encoding in py3k will generate a UnicodeError. The introduced a 'F0010' failure should maybe be replaced by E0501, E0502 and F0002? However, can we call 'unexpected errors' the ASTNGBuildingExceptions that we raise in logilab.astng.builder? | ||||
* | forget the past. | root | 2006-04-26 | 1 | -0/+31 |
forget the past. |