File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 33---
44# See https://pre-commit.com for more information
55# See https://pre-commit.com/hooks.html for more hooks
6+ ci :
7+ autofix_commit_msg : |
8+ ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks
9+
10+ for more information, see https://pre-commit.ci
11+ autofix_prs : true
12+ autoupdate_branch : ' '
13+ autoupdate_commit_msg : ' ci(pre-commit.ci): perform pre-commit autoupdate'
14+ autoupdate_schedule : weekly
15+ skip : []
16+ submodules : false
617default_stages : [commit]
718repos :
819 - repo : https://github.com/dafyddj/commitlint-pre-commit-hook
6374 docs/TOFS_pattern.rst|
6475 )$
6576 additional_dependencies : [pygments==2.9.0]
77+ - repo : https://github.com/pre-commit/pre-commit-hooks
78+ rev : v4.2.0
79+ hooks :
80+ - id : end-of-file-fixer
81+ - id : trailing-whitespace
Original file line number Diff line number Diff line change @@ -181,4 +181,3 @@ Runs all of the stages above in one go: i.e. ``destroy`` + ``converge`` + ``veri
181181^^^^^^^^^^^^^^^^^^^^^
182182
183183Gives you SSH access to the instance for manual testing.
184-
You can’t perform that action at this time.
0 commit comments