mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update minimum pre-commit version to latest 2.18.1
Conda, Homebrew and PyPI all have `2.18.1` https://github.com/pre-commit/pre-commit/releases https://pypi.org/project/pre-commit/#history https://formulae.brew.sh/formula/pre-commit https://anaconda.org/conda-forge/pre-commit Also run `pre-commit autoupdate` https://pre-commit.com/#pre-commit-autoupdate
This commit is contained in:
@@ -3,14 +3,14 @@ default_stages: [commit, push]
|
||||
default_language_version:
|
||||
# force all unspecified Python hooks to run python3
|
||||
python: python3
|
||||
minimum_pre_commit_version: "1.20.0"
|
||||
minimum_pre_commit_version: '2.18.1'
|
||||
repos:
|
||||
- repo: meta
|
||||
hooks:
|
||||
- id: identity
|
||||
- id: check-hooks-apply
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.1.0
|
||||
rev: v4.2.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
||||
Reference in New Issue
Block a user