(self, lint_cmds)
| 542 | self.io.tool_output(json.dumps(self.functions, indent=4)) |
| 543 | |
| 544 | def setup_lint_cmds(self, lint_cmds): |
| 545 | if not lint_cmds: |
| 546 | return |
| 547 | for lang, cmd in lint_cmds.items(): |
| 548 | self.linter.set_linter(lang, cmd) |
| 549 | |
| 550 | def show_announcements(self): |
| 551 | bold = True |