mirror of
https://github.com/ModOrganizer2/modorganizer-installer_wizard.git
synced 2026-07-27 14:07:59 -07:00
26 lines
735 B
YAML
26 lines
735 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-toml
|
|
- id: check-merge-conflict
|
|
- id: mixed-line-ending
|
|
args: [--fix=lf]
|
|
- id: check-case-conflict
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.11.7 # must match pyproject.toml
|
|
hooks:
|
|
- id: ruff
|
|
args: [--extend-select, I, --fix]
|
|
- id: ruff-format
|
|
|
|
ci:
|
|
autofix_commit_msg: "[pre-commit.ci] Auto fixes from pre-commit.com hooks."
|
|
autofix_prs: true
|
|
autoupdate_commit_msg: "[pre-commit.ci] Pre-commit autoupdate."
|
|
autoupdate_schedule: quarterly
|
|
submodules: false
|