---
id: GEN-0045
name: 块注释一般写在对应的代码之前，并且和对应的代码有同样的缩进级别。
severity: error
tool: auto
category: wc-style
description: |
  块注释一般写在对应的代码之前，并且和对应的代码有同样的缩进级别。

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

check:
  type: ast-grep
  pattern: TODO
