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 Feb 10, 2025
1 parent 672ac79 commit ec674ce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions templatise/initialise.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Main module for initialise."""

import importlib.resources
import json
import logging
Expand Down
1 change: 1 addition & 0 deletions templatise/licence.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Licence interactions."""

import datetime
import logging

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

import pathlib
import shutil

Expand Down
1 change: 1 addition & 0 deletions templatise_test/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Fixtures for pytest."""

import logging
import pathlib
import shutil
Expand Down
1 change: 1 addition & 0 deletions templatise_test/initialise_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test Initialise Command."""

import logging
import pathlib
import subprocess # nosec
Expand Down
1 change: 1 addition & 0 deletions templatise_test/licence_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for Licence interactions."""

import unittest.mock

import hypothesis
Expand Down
1 change: 1 addition & 0 deletions templatise_test/project_name_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for Project Name."""

import re

import hypothesis
Expand Down

0 comments on commit ec674ce

Please sign in to comment.