Skip to content

Commit 79dadb8

Browse files
Mirror: 18.1.4
1 parent ad270fb commit 79dadb8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description: ''
44
entry: clang-format -i
55
language: python
6-
'types_or': [c++, c, c#, cuda, java, javascript, json, objective-c, proto, textproto]
6+
'types_or': [c++, c, c#, cuda, java, javascript, json, objective-c, proto, textproto, metal]
77
args: ["-style=file"]
88
require_serial: false
99
additional_dependencies: []

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.1.3
1+
18.1.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
setup(
77
name='pre_commit_placeholder_package',
88
version='0.0.0',
9-
install_requires=['clang-format==18.1.3'],
9+
install_requires=['clang-format==18.1.4'],
1010
)

0 commit comments

Comments
 (0)