File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 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
2727[* .h ]
2828max_line_length = 100
2929
30- [* .yml ]
30+ [* .{ yml,yaml} ]
3131indent_size = 2
3232
3333[* .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 1010
1111include .editorconfig
1212include .git-blame-ignore-revs
13+ include .pre-commit-config.yaml
1314include .readthedocs.yaml
1415include CHANGES.rst
1516include CITATION.cff
You can’t perform that action at this time.
0 commit comments