---
id: GEN-0054
name: 每行代码的最大长度不该超过 80 个字符，以下情况除外：
severity: warning
tool: auto
category: wc-style
description: |
  每行代码的最大长度不该超过 80 个字符，以下情况除外：

  Auto-extracted from book299-20132-Python语言编码规范.txt.

check:
  type: ast-grep
  pattern: TODO
