9 lines
239 B
YAML
9 lines
239 B
YAML
default_language_version:
|
|
python: python3.13
|
|
repos:
|
|
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 25.1.0
|
|
hooks:
|
|
- id: black
|