Skip to content

Commit

Permalink
chore(pre-commit): auto fixes from 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 Jul 4, 2023
1 parent 2f13970 commit 795e54f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions ansible_roles_scripts/script_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ def get_all_cloned_github_repositories() -> list[Path]:
"""Recurse the 'all-repos' directory and return each directory that has
github info.
:return: A list of directories of which origin/master points to github
:return: A list of directories of which origin/master points to
github
"""

all_repos = [
Expand All @@ -233,8 +234,8 @@ def get_all_cloned_ansible_repositories() -> list[Path]:
"""Recurse the 'all-repos' directory and return each directory that has
cookiecutter info.
:return: A list of directories found to be valid ansible roles
(i.e. cruft'ed from my cookiecutter).
:return: A list of directories found to be valid ansible roles (i.e.
cruft'ed from my cookiecutter).
"""

all_repos = [
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = https://github.com/JonasPammer/ansible-roles
author = Jonas Pammer
author_email = opensource@jonaspammer.at
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 1 - Planning
Environment :: Console
Expand Down Expand Up @@ -35,7 +35,7 @@ install_requires =
rich
types-PyYAML
verboselogs
python_requires = >=3.7
python_requires = >=3.8

[options.packages.find]
exclude =
Expand Down

0 comments on commit 795e54f

Please sign in to comment.