Skip to content

Commit

Permalink
Add ansible-development-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 6, 2023
1 parent 768a871 commit 3fa2de1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .config/lock-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ansible-builder==3.0.0
ansible-compat==4.1.10
ansible-core==2.16.0
ansible-creator==0.0.1a4
ansible-development-environment==0.3.0
ansible-lint==6.22.0
ansible-navigator==3.5.0
ansible-runner==2.3.4
Expand Down
3 changes: 2 additions & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
ansible-builder
ansible-creator
ansible-development-environment>=0.3.0
ansible-lint
ansible-navigator
ansible-sign
molecule
pytest-ansible
tox-ansible
setuptools
tox-ansible
1 change: 1 addition & 0 deletions .config/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ansible-builder==3.0.0
ansible-compat==4.1.10
ansible-core==2.16.0
ansible-creator==0.0.1a4
ansible-development-environment==0.3.0
ansible-lint==6.22.0
ansible-navigator==3.5.0
ansible-runner==2.3.4
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.0.0
rev: v8.1.0
hooks:
- id: cspell
name: Spell check with cspell
Expand Down

0 comments on commit 3fa2de1

Please sign in to comment.