From 0d3cabce32fb8e2298267010f0b6d837ff7555db Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:30:28 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- collection_prep/cmd/runtime.py | 1 + collection_prep/cmd/update.py | 1 + collection_prep/cmd/version.py | 1 + collection_prep/jinja_utils.py | 1 + collection_prep/utils.py | 1 + 5 files changed, 5 insertions(+) diff --git a/collection_prep/cmd/runtime.py b/collection_prep/cmd/runtime.py index ed3a4c3..6c7cd2c 100644 --- a/collection_prep/cmd/runtime.py +++ b/collection_prep/cmd/runtime.py @@ -1,4 +1,5 @@ """Get ready for 1.0.0.""" + import glob import logging import os diff --git a/collection_prep/cmd/update.py b/collection_prep/cmd/update.py index 8b6d1ba..dc8e72a 100644 --- a/collection_prep/cmd/update.py +++ b/collection_prep/cmd/update.py @@ -1,4 +1,5 @@ """Get ready for 1.0.0.""" + import logging import os import platform diff --git a/collection_prep/cmd/version.py b/collection_prep/cmd/version.py index a994df3..4296d89 100644 --- a/collection_prep/cmd/version.py +++ b/collection_prep/cmd/version.py @@ -1,4 +1,5 @@ """Script to guess the next version of an ansible collection.""" + import logging import sys diff --git a/collection_prep/jinja_utils.py b/collection_prep/jinja_utils.py index 305c902..461c706 100644 --- a/collection_prep/jinja_utils.py +++ b/collection_prep/jinja_utils.py @@ -1,4 +1,5 @@ """Utilities for jinja2.""" + import re from html import escape as html_escape diff --git a/collection_prep/utils.py b/collection_prep/utils.py index 5627b98..e8050d9 100644 --- a/collection_prep/utils.py +++ b/collection_prep/utils.py @@ -1,4 +1,5 @@ """Get ready for 1.0.0.""" + import datetime from redbaron import RedBaron