Skip to content

Commit 8933a48

Browse files
Mirror: 14.0.4
1 parent 538e427 commit 8933a48

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- id: clang-format
1+
- id: clang-format -i
22
name: clang-format
33
description: ''
4-
entry: clang-format
4+
entry: clang-format -i
55
language: python
66
'types_or': [c++, c, c#, cuda, java, javascript, json, objective-c, proto]
7-
args: ["-style=file", "-i"]
7+
args: ["-style=file"]
88
require_serial: false
99
additional_dependencies: []
1010
minimum_pre_commit_version: '2.9.2'

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.0.3
1+
14.0.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==14.0.3'],
9+
install_requires=['clang-format==14.0.4'],
1010
)

0 commit comments

Comments
 (0)