Skip to content

Commit

Permalink
v11.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jun 7, 2022
1 parent 04cbee6 commit bcfda2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- id: clang-format
name: clang-format (moved to https://github.com/pre-commit/mirrors-clang-format)
name: clang-format
description: clang-format your C, C++, or C# code
entry: clang-format
args: [-style=file, -i]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
setup(
name="clang-format-precommit-dummy",
version="0.0.0",
install_requires=["clang-format==12.0.1.1"]
install_requires=["clang-format==11.0.1.2"]
)

0 comments on commit bcfda2c

Please sign in to comment.