Files
fb2converter_server/.pre-commit-config.yaml
2023-01-07 22:44:29 +01:00

14 lines
271 B
YAML

exclude: 'docs|node_modules|migrations|.git|.tox'
repos:
- repo: https://github.com/ambv/black
rev: 22.12.0
hooks:
- id: black
language_version: python3.11
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.213'
hooks:
- id: ruff