We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752f24d commit bde8426Copy full SHA for bde8426
.editorconfig
@@ -27,7 +27,7 @@ max_line_length = 100
27
[*.h]
28
max_line_length = 100
29
30
-[*.yml]
+[*.{yml,yaml}]
31
indent_size = 2
32
33
[*.rst]
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
+ hooks:
5
+ - id: check-case-conflict
6
+ - id: check-illegal-windows-names
7
+ - id: check-json
8
+ - id: check-merge-conflict
9
+ - id: check-symlinks
10
+ - id: check-toml
11
+ - id: check-xml
12
+ - id: check-yaml
13
+ - id: end-of-file-fixer
14
+ exclude: "(status\\.json|\\.min\\.js)$"
15
+ - id: trailing-whitespace
16
+ exclude: "stress_phystoken|\\.py,cover$"
0 commit comments