ucl_module_chat / .pre-commit-config.yaml
joefarrington's picture
Initial commit
b50d8a8
raw
history blame contribute delete
270 Bytes
repos:
- repo: https://github.com/psf/black
rev: 24.8.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]