Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#427)
Browse files Browse the repository at this point in the history
* chore: pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1)
- [github.com/pycqa/pylint: v3.3.1 → v3.3.2](pylint-dev/pylint@v3.3.1...v3.3.2)

* chore: auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Shatakshi Mishra <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and shatakshiiii authored Dec 6, 2024
1 parent 4d2952c commit 17a781d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude: |
)$
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -90,7 +90,7 @@ repos:
- types-setuptools
- types-jsonschema>=4.4.9
- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
additional_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions src/ansible_compat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ def __deepcopy__(self, memo: object) -> AnsibleConfig:


__all__ = [
"AnsibleConfig",
"ansible_collections_path",
"parse_ansible_version",
"ansible_version",
"AnsibleConfig",
"parse_ansible_version",
]

0 comments on commit 17a781d

Please sign in to comment.