mirror of
https://github.com/ivuorinen/coderabbit.git
synced 2026-03-17 16:00:54 +00:00
Add pre-commit hooks (YAML lint, schema validation, editorconfig), CI workflow, and new path instructions for test files, Dockerfiles, config files, and archival docs.
7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Pre-commit
|
|
.pre-commit-cache/
|