File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ max_line_length = 100
27
27
[* .h ]
28
28
max_line_length = 100
29
29
30
- [* .yml ]
30
+ [* .{ yml,yaml} ]
31
31
indent_size = 2
32
32
33
33
[* .rst ]
Original file line number Diff line number Diff line change
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$"
Original file line number Diff line number Diff line change 10
10
11
11
include .editorconfig
12
12
include .git-blame-ignore-revs
13
+ include .pre-commit-config.yaml
13
14
include .readthedocs.yaml
14
15
include CHANGES.rst
15
16
include CITATION.cff
You can’t perform that action at this time.
0 commit comments