Skip to content

Commit a12093b

Browse files
committed
docs(readme): remove blank line at EOF
1 parent 5cd2ce0 commit a12093b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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
617
default_stages: [commit]
718
repos:
819
- repo: https://github.com/dafyddj/commitlint-pre-commit-hook
@@ -63,3 +74,8 @@ repos:
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

docs/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,3 @@ Runs all of the stages above in one go: i.e. ``destroy`` + ``converge`` + ``veri
181181
^^^^^^^^^^^^^^^^^^^^^
182182

183183
Gives you SSH access to the instance for manual testing.
184-

0 commit comments

Comments
 (0)