Skip to content

Commit

Permalink
chore: 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 Jan 25, 2024
1 parent 4d09a29 commit bb9050e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The curated list of tools installed as part of the Ansible automation developer
In addition to installing each of the above tools, `ansible-dev-tools` provides an easy way to show the versions of the content creation tools that make up the current development environment.

<!-- VERSION_START -->

```
$ adt --version
ansible-builder 3.0.0
Expand All @@ -46,6 +47,7 @@ molecule 6.0.4.dev2
pytest-ansible 24.1.0
tox-ansible 2.0.15.dev7
```

<!-- VERSION_END -->

## Documentation
Expand Down
3 changes: 2 additions & 1 deletion tools/update-readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"<!-- VERSION_START -->(.*?)<!-- VERSION_END -->",
f"<!-- VERSION_START -->\n```\n$ adt --version\n{result.stdout}```\n<!-- VERSION_END -->",
content,
flags=re.DOTALL)
flags=re.DOTALL,
)
fh.seek(0)
fh.write(content)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ commands =
coverage run --debug=trace -m pytest {posargs}
sh -c "coverage combine -q .tox/.coverage.* && coverage xml || true && coverage report"
allowlist_externals =
bash
git
rm
sh
bash

[testenv:lint]
description = Enforce quality standards under {basepython} ({envpython})
Expand Down

0 comments on commit bb9050e

Please sign in to comment.