mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
20 lines
386 B
YAML
20 lines
386 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.216'
|
|
hooks:
|
|
- id: ruff
|
|
args: ["--force-exclude"]
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: v1.13.6
|
|
hooks:
|
|
- id: typos
|