We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daab51 commit e05563aCopy full SHA for e05563a
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+- repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v2.4.0
6
+ hooks:
7
+ - id: trailing-whitespace
8
+ - id: end-of-file-fixer
9
+ - id: check-yaml
10
+ - id: check-added-large-files
11
+ - id: requirements-txt-fixer
12
+- repo: https://github.com/pre-commit/mirrors-clang-format
13
+ rev: 'v12.0.1'
14
15
+ - id: clang-format
0 commit comments