Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cryptography==46.0.3
# ansible-lint
distro==1.9.0
# via ansible-lint
filelock==3.20.1
filelock==3.20.3
# via ansible-lint
jinja2==3.1.6
# via ansible-core
Expand All @@ -44,7 +44,7 @@ packaging==25.0
# ansible-core
# ansible-lint
# black
pathspec==0.12.1
pathspec==1.0.3
# via
# ansible-lint
# black
Expand All @@ -70,7 +70,7 @@ rpds-py==0.30.0
# via
# jsonschema
# referencing
ruamel-yaml==0.18.17
ruamel-yaml==0.19.1
# via ansible-lint
subprocess-tee==0.4.2
# via
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.9.22
rev: 0.9.24
hooks:
- id: uv-sync
- id: uv-lock
Expand Down Expand Up @@ -59,7 +59,7 @@ repos:
- "-o"
- ".config/requirements-lock.txt"
- repo: https://github.com/biomejs/pre-commit
rev: "v2.3.10"
rev: "v2.3.11"
hooks:
- id: biome-check
name: biome
Expand Down Expand Up @@ -147,15 +147,15 @@ repos:
entry: yamllint --strict

- repo: https://github.com/tombi-toml/tombi-pre-commit
rev: v0.7.15
rev: v0.7.16
hooks:
- id: tombi-format
alias: toml
- id: tombi-lint
alias: toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.10
rev: v0.14.11
hooks:
- id: ruff-format
alias: ruff
Expand Down Expand Up @@ -188,7 +188,7 @@ repos:
- wcmatch
- yamllint>=1.34.0
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.407
rev: v1.1.408
hooks:
- id: pyright
additional_dependencies: *deps
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"filelock>=3.8.2",
"jsonschema>=4.10.0",
"packaging>=22.0",
"pathspec>=0.10.3,<1.0.0", # current yamllint not compatible with newer version
"pathspec>=1.0.3,<1.1.0", # current yamllint not compatible with newer version
"pyyaml>=6.0.1 ; python_version < '3.14'",
"pyyaml>=6.0.1 ; python_version >= '3.14'", # py314 support
"referencing>=0.36.2",
Expand Down
Loading
Loading