Compare commits

...

2 Commits

Author SHA1 Message Date
1ff423c4ab
.pre-commit-config.yaml: add pre-cmmit-ci validator 2023-09-24 12:03:08 +03:00
6dd0f81399
.pre-commit-config.yaml: use pypy3 rather than system python3
Python 3.12 in Fedora 39 Beta seems incompatible with almost everything
2023-09-24 11:39:46 +03:00

View File

@ -8,6 +8,10 @@ ci:
# https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly
# Override hook language versions from system defaults
default_language_version:
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
@ -28,6 +32,11 @@ repos:
# File types depending on trailing whitespace. Use identify-cli
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.
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0