Files
python-uncompyle6/.pre-commit-config.yaml
2024-03-14 15:17:37 -04:00

12 lines
266 B
YAML

default_language_version:
python: python
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-merge-conflict
- id: debug-statements
stages: [commit]
- id: end-of-file-fixer
stages: [commit]