Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Christoph Hille <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and hille721 authored Dec 11, 2024
1 parent b8d90b6 commit e6b5216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ repos:
language_version: python3

- repo: https://github.com/crate-ci/typos
rev: v1.27.0
rev: v1.28.0
hooks:
- id: typos

- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.24
rev: v0.9.25
hooks:
- id: pymarkdown
args:
Expand All @@ -37,13 +37,13 @@ repos:
exclude: CHANGELOG.md # is autogenerated

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.18
rev: 0.7.19
hooks:
- id: mdformat
exclude: CHANGELOG.md # is autogenerated

- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.2
hooks:
- id: pylint
pass_filenames: false
Expand All @@ -57,7 +57,7 @@ repos:
- pytest

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.7.2"
rev: "v0.8.1"
hooks:
- id: ruff
args:
Expand All @@ -66,6 +66,6 @@ repos:
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.29
rev: 0.5.5
hooks:
- id: uv-lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ as it uses the same methods as Ansible to get the variable precedence.

## Credits

- the screenshots used in this README where created with [termshot](https://github.com/homeport/termshot)
- the screenshots used in this README where created with [termshot](https://github.com/homeport/termshot)

## License

Expand Down

0 comments on commit e6b5216

Please sign in to comment.