[go: up one dir, main page]

uncomment 2.5.0

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
- id: uncomment
  name: Uncomment
  description: Remove comments from source code files while preserving linting directives
  entry: uncomment
  language: rust
  types_or: [text]
  files: \.(rs|c|h|cpp|cc|cxx|hpp|hxx|java|js|jsx|mjs|cjs|ts|tsx|mts|cts|py|pyw|pyi|rb|rake|go|yaml|yml|tf|hcl|make|makefile|json|jsonc)$
  require_serial: true
  pass_filenames: true
  minimum_pre_commit_version: "2.9.0"
  args: ["--no-gitignore"]