Skip to content

Commit

Permalink
Merge branch 'main' into chore/codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 20, 2024
2 parents 0f992e4 + 9bfd052 commit 228c7dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .config/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ pytest-plus >= 0.4.0
pytest-xdist >= 3.1.0
pytest >= 7.2.0
check-jsonschema
requests != 2.32.0 # https://github.com/docker/docker-py/issues/3256
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ repos:
- types-setuptools
- wcmatch
- repo: https://github.com/pycqa/pylint
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pylint
args:
Expand All @@ -94,6 +94,6 @@ repos:
- pytest-testinfra
- wcmatch
- repo: https://github.com/ansible/ansible-lint
rev: v24.2.3
rev: v24.5.0
hooks:
- id: ansible-lint
1 change: 1 addition & 0 deletions test/a_unit/command/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def test_get_subcommand() -> None:
def test_command_completion(shell: str) -> None:
env = os.environ.copy()
env["_MOLECULE_COMPLETE"] = f"{shell}_source"
bash_version = "0.0"

if "bash" in shell:
bash_version = util.run_command(["bash", "--version"]).stdout.split()[3][0:3]
Expand Down

0 comments on commit 228c7dc

Please sign in to comment.