Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
chore: 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 Feb 7, 2024
1 parent 5a52f53 commit 98816ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gh_pre/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Expose features related to git repositories."""

from __future__ import annotations
import json

Expand Down
1 change: 1 addition & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests"""

from typer.testing import CliRunner

from gh_pre.__main__ import app
Expand Down

0 comments on commit 98816ba

Please sign in to comment.