[go: up one dir, main page]

uncomment 1.0.4

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