File size: 161 Bytes
a4f0598 |
1 2 3 4 5 6 7 |
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
args: [--line-length=88]
language_version: python3.12 |
a4f0598 |
1 2 3 4 5 6 7 |
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
hooks:
- id: black
args: [--line-length=88]
language_version: python3.12 |