Automated-Interview-Filtering / .pre-commit-config.yaml
RainPoo's picture
style: implement black pre-commit
a4f0598
raw
history blame contribute delete
161 Bytes
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
args: [--line-length=88]
language_version: python3.12