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 Nov 7, 2023
1 parent b863707 commit 3dc4828
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
documentation:
https://www.sphinx-doc.org/en/master/usage/configuration.html
"""

# pyright: reportMissingImports=false
from __future__ import annotations

Expand Down
1 change: 1 addition & 0 deletions src/pwa_pages/project_inventory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Helper tools for writing tables."""

# cspell:ignore subproject

import argparse
Expand Down
1 change: 1 addition & 0 deletions src/pwa_pages/repo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Get information about a GitHub and GitLab repositories."""

from __future__ import annotations

from typing import TYPE_CHECKING
Expand Down

0 comments on commit 3dc4828

Please sign in to comment.