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 Oct 7, 2024
1 parent 57c10a3 commit f6736a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions collection_prep/cmd/runtime.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Get ready for 1.0.0."""

import glob
import logging
import os
Expand Down
1 change: 1 addition & 0 deletions collection_prep/cmd/update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Get ready for 1.0.0."""

import logging
import os
import platform
Expand Down
1 change: 1 addition & 0 deletions collection_prep/cmd/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Script to guess the next version of an ansible collection."""

import logging
import sys

Expand Down
1 change: 1 addition & 0 deletions collection_prep/jinja_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utilities for jinja2."""

import re

from html import escape as html_escape
Expand Down
1 change: 1 addition & 0 deletions collection_prep/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Get ready for 1.0.0."""

import datetime

from redbaron import RedBaron
Expand Down

0 comments on commit f6736a5

Please sign in to comment.