diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d0f87d8..de4492d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.3.7 hooks: - id: ruff - id: ruff-format @@ -20,7 +20,7 @@ repos: additional_dependencies: - types-PyYAML - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pretty-format-yaml args: @@ -34,7 +34,7 @@ repos: - --no-sort - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-case-conflict - id: end-of-file-fixer