Compare commits

...

2 Commits

1 changed files with 6 additions and 8 deletions

View File

@ -4,11 +4,6 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
# Aminda has too bleeding edge Python, pypy3 should be universal enough to
# work for everyone.
default_language_version:
python: pypy3
repos:
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
@ -17,7 +12,7 @@ repos:
args: [--update-only, --notitle]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@ -29,7 +24,10 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
exclude_types: [tsv, markdown]
args: ["--markdown-linebreak-ext", "md,markdown"]
exclude_types: [svg, tsv]
- id: check-merge-conflict
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
@ -37,7 +35,7 @@ repos:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
rev: "2.7.3"
hooks:
- id: editorconfig-checker
alias: ec