Compare commits

..

No commits in common. "891a61bcf594b0e159a1d376a727b78b926de16e" and "d970278eb14cc859b1e4911e9c4336e4ca50d6b8" have entirely different histories.

1 changed files with 8 additions and 6 deletions

View File

@ -4,6 +4,11 @@ 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
@ -12,7 +17,7 @@ repos:
args: [--update-only, --notitle]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
@ -24,10 +29,7 @@ repos:
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: trailing-whitespace
args: ["--markdown-linebreak-ext", "md,markdown"]
exclude_types: [svg, tsv]
- id: check-merge-conflict
- id: mixed-line-ending
exclude_types: [tsv, markdown]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
@ -35,7 +37,7 @@ repos:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "2.7.2"
hooks:
- id: editorconfig-checker
alias: ec