[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-10-17 22:08:31 +00:00
parent 8dd0d97e23
commit 41cdcbe10e
2 changed files with 0 additions and 2 deletions

View file

@ -103,4 +103,3 @@ Here's a tutorial which goes over building an AST checking plugin from scratch:
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; margin-bottom: 1em;">
<iframe src="https://www.youtube.com/embed/ot5Z4KQPBL8" frameborder="0" allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>

View file

@ -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.