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
  • Loading branch information
pre-commit-ci[bot] committed Feb 1, 2024
1 parent ee9d477 commit 5a29762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/typeshed_stats/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"""Library and command-line tool for getting stats on various typeshed packages."""

__all__ = [
"__title__",
"__summary__",
"__about__",
"__author__",
"__email__",
"__license__",
"__summary__",
"__title__",
"__version__",
]

Expand Down
2 changes: 1 addition & 1 deletion src/typeshed_stats/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)
from typeshed_stats.serialize import stats_to_csv, stats_to_json, stats_to_markdown

__all__ = ["OutputOption", "SUPPORTED_EXTENSIONS", "main"]
__all__ = ["SUPPORTED_EXTENSIONS", "OutputOption", "main"]


def _format_stats_for_pprinting(
Expand Down
1 change: 0 additions & 1 deletion src/typeshed_stats/gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
Self,

Check failure on line 24 in src/typeshed_stats/gather.py

View workflow job for this annotation

GitHub Actions / Run pyright on the codebase

"Self" is unknown import symbol (reportGeneralTypeIssues)
TypeAlias,
TypeGuard,
TypeVar,
final,
)

Expand Down

0 comments on commit 5a29762

Please sign in to comment.