Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pycqa/pylint: v3.1.0 → v3.2.2](pylint-dev/pylint@v3.1.0...v3.2.2)
- [github.com/ansible/ansible-lint: v24.2.3 → v24.5.0](ansible/ansible-lint@v24.2.3...v24.5.0)
  • Loading branch information
pre-commit-ci[bot] authored and ssbarnea committed May 20, 2024
1 parent 0641322 commit ce5c83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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 ce5c83c

Please sign in to comment.