mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
21 lines
532 B
YAML
21 lines
532 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.14.6
|
|
hooks:
|
|
- id: ruff-check
|
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
|
rev: v1.18.2
|
|
hooks:
|
|
- id: mypy
|
|
args: [--strict, --ignore-missing-imports]
|
|
- repo: local
|
|
hooks:
|
|
- id: copy-clog
|
|
name: Copy CHANGELOG.md to package data dir
|
|
entry: python scripts/copy_changelog.py
|
|
language: system
|
|
- id: untracked
|
|
name: Check for untracked files not present in .gitignore
|
|
entry: python scripts/untracked.py
|
|
language: system
|