Compare commits

...

2 Commits

2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@ indent_size = 2
indent_style = tab
indent_size = tab
trim_trailing_whitespace = false
max_line_length = off
[*.{cff,yaml,yml}]
indent_style = space

View File

@ -9,13 +9,14 @@ repos:
rev: v2.2.0
hooks:
- id: doctoc
args: [--update-only]
args: [--update-only, --notitle]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: destroyed-symlinks
@ -31,7 +32,7 @@ repos:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.1"
rev: "2.7.2"
hooks:
- id: editorconfig-checker
alias: ec