summaryrefslogtreecommitdiff
path: root/examples/custom_raw.py
Commit message (Collapse)AuthorAgeFilesLines
* [typing] Use __future__ annotations where possible (#8264)Pierre Sassoulas2023-02-121-1/+3
|
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-1/+1
|
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-5/+2
|
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
|
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-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 namesDaniël van Noord2021-09-131-1/+3
|
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-9/+13
| | | | Change with isort triggered change with black.
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
|
* Fix err "global name 'module' is not defined" (#1146)sdet_liang2016-10-251-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 Popa2015-01-031-1/+3
|
* Use the new Module.stream, since Module.file_stream is deprecated.Claudiu Popa2015-01-031-4/+5
|
* add note about soon useless stream.seek()Sylvain Thénault2011-10-261-3/+1
|
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-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.root2006-04-261-0/+31
forget the past.