Files
django-mfa2/.pre-commit-config.yaml
Mohamed ElKalioby b5f5f1691a Adding Black
2024-01-23 14:08:45 +03:00

12 lines
481 B
YAML

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: 23.12.1
hooks:
- id: black
# It is recommended to specify the latest version of Python
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.11