From a12093b711d2fb8e9e7873c5b27eaac98b8b3394 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Tue, 24 May 2022 16:55:23 +0100 Subject: [PATCH] docs(readme): remove blank line at EOF --- .pre-commit-config.yaml | 16 ++++++++++++++++ docs/README.rst | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2cb381e..62a6eaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,6 +3,17 @@ --- # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks +ci: + autofix_commit_msg: | + ci(pre-commit.ci): apply auto fixes from pre-commit.com hooks + + for more information, see https://pre-commit.ci + autofix_prs: true + autoupdate_branch: '' + autoupdate_commit_msg: 'ci(pre-commit.ci): perform pre-commit autoupdate' + autoupdate_schedule: weekly + skip: [] + submodules: false default_stages: [commit] repos: - repo: https://github.com/dafyddj/commitlint-pre-commit-hook @@ -63,3 +74,8 @@ repos: docs/TOFS_pattern.rst| )$ additional_dependencies: [pygments==2.9.0] + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.2.0 + hooks: + - id: end-of-file-fixer + - id: trailing-whitespace diff --git a/docs/README.rst b/docs/README.rst index c586870..519dae5 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -181,4 +181,3 @@ Runs all of the stages above in one go: i.e. ``destroy`` + ``converge`` + ``veri ^^^^^^^^^^^^^^^^^^^^^ Gives you SSH access to the instance for manual testing. -