From ec674ce601b8dc853dedf46a80841eabe32b33d0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:16:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- templatise/initialise.py | 1 + templatise/licence.py | 1 + templatise_test/actions_test.py | 1 + templatise_test/conftest.py | 1 + templatise_test/initialise_test.py | 1 + templatise_test/licence_test.py | 1 + templatise_test/project_name_test.py | 1 + 7 files changed, 7 insertions(+) diff --git a/templatise/initialise.py b/templatise/initialise.py index 8c2d542..0fa8ece 100644 --- a/templatise/initialise.py +++ b/templatise/initialise.py @@ -1,4 +1,5 @@ """Main module for initialise.""" + import importlib.resources import json import logging diff --git a/templatise/licence.py b/templatise/licence.py index 04ea4f0..d8d000c 100644 --- a/templatise/licence.py +++ b/templatise/licence.py @@ -1,4 +1,5 @@ """Licence interactions.""" + import datetime import logging diff --git a/templatise_test/actions_test.py b/templatise_test/actions_test.py index 692004b..3bf0cab 100644 --- a/templatise_test/actions_test.py +++ b/templatise_test/actions_test.py @@ -1,4 +1,5 @@ """Tests for actions.""" + import pathlib import shutil diff --git a/templatise_test/conftest.py b/templatise_test/conftest.py index 0a0bb4c..b5c36c1 100644 --- a/templatise_test/conftest.py +++ b/templatise_test/conftest.py @@ -1,4 +1,5 @@ """Fixtures for pytest.""" + import logging import pathlib import shutil diff --git a/templatise_test/initialise_test.py b/templatise_test/initialise_test.py index e6644b2..b69e894 100644 --- a/templatise_test/initialise_test.py +++ b/templatise_test/initialise_test.py @@ -1,4 +1,5 @@ """Test Initialise Command.""" + import logging import pathlib import subprocess # nosec diff --git a/templatise_test/licence_test.py b/templatise_test/licence_test.py index 2eeb41e..192e954 100644 --- a/templatise_test/licence_test.py +++ b/templatise_test/licence_test.py @@ -1,4 +1,5 @@ """Tests for Licence interactions.""" + import unittest.mock import hypothesis diff --git a/templatise_test/project_name_test.py b/templatise_test/project_name_test.py index cf7eb4a..1b38dfd 100644 --- a/templatise_test/project_name_test.py +++ b/templatise_test/project_name_test.py @@ -1,4 +1,5 @@ """Tests for Project Name.""" + import re import hypothesis