Skip to content

Commit 306946a

Browse files
Mirror: 13.0.1
1 parent 2f7dc5d commit 306946a

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
- id: clang-format
22
name: clang-format
3+
description: ''
34
entry: clang-format
45
language: python
5-
'types_or': [c++, c, c#]
6+
'types_or': [c++, c, c#, cuda, java, javascript, json, objective-c, proto]
67
args: ["-style=file", "-i"]
78
require_serial: false
89
additional_dependencies: []
9-
minimum_pre_commit_version: 2.9.2
10+
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-
13.0.0
1+
13.0.1

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
from __future__ import annotations
2+
13
from setuptools import setup
24

35

46
setup(
57
name='pre_commit_placeholder_package',
68
version='0.0.0',
7-
install_requires=['clang-format==13.0.0'],
9+
install_requires=['clang-format==13.0.1'],
810
)

0 commit comments

Comments
 (0)