Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent 5b6e078 commit e898ba5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions pelican/plugins/pandoc_reader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""Importing pandoc_reader package."""

from .pandoc_reader import * # NOQA
1 change: 1 addition & 0 deletions pelican/plugins/pandoc_reader/pandoc_reader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Reader that processes Pandoc Markdown and returns HTML5."""

import json
import math
import os
Expand Down
1 change: 1 addition & 0 deletions pelican/plugins/pandoc_reader/test/test_invalid_args.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using invalid arguments and extensions with the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using invalid defaults files with the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using invalid metadata with the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using multiple invalid default files with the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test if a supported version of the pandoc executable is available."""

import os
import shutil
import unittest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test reading time and summary output from the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using valid arguments and citations with the pandoc-reader plugin."""

import os
import unittest

Expand Down
1 change: 1 addition & 0 deletions pelican/plugins/pandoc_reader/test/test_valid_args.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using valid arguments and extensions with the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using valid default files with the pandoc-reader plugin."""

import os
import unittest

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test using multiple valid defaults files with the pandoc-reader plugin."""

import os
import unittest

Expand Down

0 comments on commit e898ba5

Please sign in to comment.