1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-16 18:19:55 +00:00

Bump pre-commit versions

Hopefully fixes pre-commit issues in CI.
This commit is contained in:
Jonathan Coates 2023-08-13 13:50:49 +01:00
parent 2a04fb71fd
commit 84a761ddd5
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -6,7 +6,7 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.4.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -20,14 +20,14 @@ repos:
exclude: "tsconfig\\.json$" exclude: "tsconfig\\.json$"
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.3.54 rev: 2.7.2
hooks: hooks:
- id: editorconfig-checker - id: editorconfig-checker
args: ['-disable-indentation'] args: ['-disable-indentation']
exclude: "^(.*\\.(bat)|LICENSE)$" exclude: "^(.*\\.(bat)|LICENSE)$"
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v1.1.0 rev: v2.1.0
hooks: hooks:
- id: reuse - id: reuse