mirror of
https://github.com/flibusta-apps/fb2converter_server.git
synced 2025-12-06 15:05:37 +01:00
19 lines
364 B
YAML
19 lines
364 B
YAML
exclude: 'docs|node_modules|migrations|.git|.tox'
|
|
|
|
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 23.3.0
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.11
|
|
|
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
|
rev: 'v0.0.267'
|
|
hooks:
|
|
- id: ruff
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: typos-dict-v0.9.26
|
|
hooks:
|
|
- id: typos
|