Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#4390)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 24.10.0 →
25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 →
v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4)
- [github.com/streetsidesoftware/cspell-cli: v8.17.1 →
v8.17.2](streetsidesoftware/cspell-cli@v8.17.1...v8.17.2)
- [github.com/pycqa/pylint.git: v3.3.3 →
v3.3.4](https://github.com/pycqa/pylint.git/compare/v3.3.3...v3.3.4)
- [github.com/ansible/ansible-lint: v25.1.0 →
v25.1.1](ansible/ansible-lint@v25.1.0...v25.1.1)
<!--pre-commit.ci end-->

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 4f1aaf0 commit 9b93c6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
- prettier-plugin-sort-json

- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black

Expand All @@ -62,14 +62,14 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
args:
- --exit-non-zero-on-fix

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.1
rev: v8.17.2
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -83,7 +83,7 @@ repos:
pass_filenames: false

- repo: https://github.com/pycqa/pylint.git
rev: v3.3.3
rev: v3.3.4
hooks:
- id: pylint
args:
Expand Down Expand Up @@ -145,7 +145,7 @@ repos:
additional_dependencies:
- uv>=0.5.21
- repo: https://github.com/ansible/ansible-lint
rev: v25.1.0
rev: v25.1.1
hooks:
- id: ansible-lint
stages: [manual]
2 changes: 1 addition & 1 deletion tests/unit/model/v2/test_provisioner_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _model_provisioner_allows_ansible_section_data(): # type: ignore[no-untyped

@pytest.mark.parametrize(
"config",
[("_model_provisioner_allows_ansible_section_data")], # noqa: PT007
["_model_provisioner_allows_ansible_section_data"], # noqa: PT007
indirect=True,
)
def test_provisioner_allows_name(config): # type: ignore[no-untyped-def] # noqa: ANN201, D103
Expand Down

0 comments on commit 9b93c6f

Please sign in to comment.