From 41cdcbe10e8b069315f9216a0934ea36456b9452 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:08:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/plugin-development/checkers.rst | 1 - docs/source/plugin-development/plugin-types.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/source/plugin-development/checkers.rst b/docs/source/plugin-development/checkers.rst index da14f42..b0f5b60 100644 --- a/docs/source/plugin-development/checkers.rst +++ b/docs/source/plugin-development/checkers.rst @@ -103,4 +103,3 @@ Here's a tutorial which goes over building an AST checking plugin from scratch:
- diff --git a/docs/source/plugin-development/plugin-types.rst b/docs/source/plugin-development/plugin-types.rst index dde664e..14d12d0 100644 --- a/docs/source/plugin-development/plugin-types.rst +++ b/docs/source/plugin-development/plugin-types.rst @@ -19,4 +19,3 @@ Types of Plugins - **Report Plugins**: Plugins that receive errors and modify the way these are reported. They can take care of formatting, filtering, aggregating, etc. -