mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 11:42:47 +00:00
[pre-commit] Autoupdate packages
This commit is contained in:
parent
db7c4658be
commit
e47148a360
@ -2,7 +2,7 @@ exclude: 'third_party/.*|laf/.*'
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.6.0
|
rev: v5.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
@ -14,7 +14,7 @@ repos:
|
|||||||
args: [--whitespaces-count, '8']
|
args: [--whitespaces-count, '8']
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v18.1.8
|
rev: v19.1.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx)$
|
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx)$
|
||||||
@ -27,6 +27,6 @@ repos:
|
|||||||
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx)$
|
files: \.(c|h|cpp|hpp|cc|hh|cxx|hxx)$
|
||||||
args: [--fix, --quiet, --use-color]
|
args: [--fix, --quiet, --use-color]
|
||||||
types_or: [text]
|
types_or: [text]
|
||||||
additional_dependencies: [clang-tidy==18.1.8]
|
additional_dependencies: [clang-tidy==19.1.0]
|
||||||
require_serial: true
|
require_serial: true
|
||||||
stages: [manual]
|
stages: [manual]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user