mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
This commit is contained in:
parent
df78c0636d
commit
3a08c646ee
20 changed files with 29 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||
rev: v16.0.6
|
||||
rev: v17.0.6
|
||||
hooks:
|
||||
- id: clang-format
|
||||
files: \.(c|h|cpp|hpp|cc|cxx|m|mm|inc|java|glsl)$
|
||||
|
|
@ -14,7 +14,7 @@ repos:
|
|||
)
|
||||
|
||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||
rev: 23.3.0
|
||||
rev: 24.2.0
|
||||
hooks:
|
||||
- id: black
|
||||
files: (\.py$|SConstruct|SCsub)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue