From 98816ba5d69cdf2b85397a66c2d109d5b461d0ae Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 12:43:10 +0000 Subject: [PATCH] chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/gh_pre/__main__.py | 1 + tests/test_app.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gh_pre/__main__.py b/src/gh_pre/__main__.py index 861f2c7..3059ec6 100644 --- a/src/gh_pre/__main__.py +++ b/src/gh_pre/__main__.py @@ -1,4 +1,5 @@ """Expose features related to git repositories.""" + from __future__ import annotations import json diff --git a/tests/test_app.py b/tests/test_app.py index 6b25f85..baef493 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -1,4 +1,5 @@ """Tests""" + from typer.testing import CliRunner from gh_pre.__main__ import app