diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b75c071..205f5f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # Python - Ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.15.9 hooks: # Run the linter - id: ruff @@ -29,7 +29,7 @@ repos: # Find common spelling mistakes in comments and docstrings - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ['--ignore-regex=(\b[A-Z]+\b)'] @@ -37,7 +37,7 @@ repos: # Do YAML formatting - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2', --preserve-quotes] @@ -61,6 +61,6 @@ repos: # Lint Github Actions - repo: https://github.com/rhysd/actionlint - rev: v1.7.9 + rev: v1.7.12 hooks: - id: actionlint