Skip to content

Instantly share code, notes, and snippets.

@gavxin
Created March 31, 2025 04:16
Show Gist options
  • Save gavxin/15e35935a220674363b31d2379345aea to your computer and use it in GitHub Desktop.
Save gavxin/15e35935a220674363b31d2379345aea to your computer and use it in GitHub Desktop.
pre-commit black for other file type
solution: just add `types_or: [file]`
```
- repo: https://github.com/psf/black
rev: 25.1.0
hooks:
- id: black
name: black for your file type
types_or: [file]
files: \.your_file_type$
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment