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 Apr 15, 2024
1 parent 797c1c2 commit e8d1bcf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Therefore, here we allow for the directory to be directly supplied,
via an environmental variable.
"""

import shutil
from pathlib import Path
from uuid import uuid4
Expand Down
1 change: 1 addition & 0 deletions jupyter_book/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
IMPORTANT: Top-level imports should be minimised here, to improve CLI responsiveness
"""

import os
import os.path as op
import shutil as sh
Expand Down
1 change: 1 addition & 0 deletions jupyter_book/cli/pluggable.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Plugin aware click command Group."""

from typing import Any, Iterable, List, Set

import click
Expand Down
1 change: 1 addition & 0 deletions jupyter_book/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""A small sphinx extension to let you configure a site with YAML metadata."""

import json
import sys
from functools import lru_cache
Expand Down
1 change: 1 addition & 0 deletions jupyter_book/pdf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Commands to facilitate conversion to PDF."""

import asyncio
import os
from copy import copy
Expand Down
1 change: 1 addition & 0 deletions jupyter_book/sphinx.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for interacting with Sphinx."""

import os.path as op
import sys
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions tests/test_clean.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Testing clean functionality of the CLI."""

import os

from click.testing import CliRunner
Expand Down

0 comments on commit e8d1bcf

Please sign in to comment.