[go: up one dir, main page]

uncomment 1.0.1

A cli tool to remove comments from code. Supports multiple languages.
1
2
3
4
5
6
7
8
9
10
- id: uncomment
  name: Uncomment
  description: Remove comments from source code files
  entry: uncomment
  language: system
  types_or: [text]
  files: \.(rs|c|h|cpp|cc|cxx|hpp|hxx|java|js|ts|py|rb|go|swift)$
  require_serial: true
  pass_filenames: true
  minimum_pre_commit_version: "2.9.0"