๐Ÿ“ฆ gimbo / overlong-py-comment-blocks-check

๐Ÿ“„ .pre-commit-hooks.yaml ยท 9 lines
1
2
3
4
5
6
7
8
9---

- id: overlong-py-comment-blocks-check
  name: overlong python comment blocks pre-commit check
  description: check that python modules don't contain over-long comment blocks (which e.g. might be commented out code)
  entry: overlong-py-comment-blocks-check
  language: python
  types: [python]