mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
2 Commits
b0f4e315bb
...
1ff423c4ab
Author | SHA1 | Date | |
---|---|---|---|
1ff423c4ab | |||
6dd0f81399 |
@ -8,6 +8,10 @@ ci:
|
|||||||
# https://github.com/pre-commit-ci/issues/issues/83
|
# https://github.com/pre-commit-ci/issues/issues/83
|
||||||
autoupdate_schedule: quarterly
|
autoupdate_schedule: quarterly
|
||||||
|
|
||||||
|
# Override hook language versions from system defaults
|
||||||
|
default_language_version:
|
||||||
|
python: pypy3
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
@ -28,6 +32,11 @@ repos:
|
|||||||
# File types depending on trailing whitespace. Use identify-cli
|
# File types depending on trailing whitespace. Use identify-cli
|
||||||
exclude_types: [svg, markdown, tsv]
|
exclude_types: [svg, markdown, tsv]
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
|
||||||
|
rev: v1.6.1
|
||||||
|
hooks:
|
||||||
|
- id: check-pre-commit-ci-config
|
||||||
|
|
||||||
# Markdown Table of Contents generation.
|
# Markdown Table of Contents generation.
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user