diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 030a7e5..380b9fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.1 + rev: v4.1.0 hooks: - id: commitizen @@ -23,7 +23,7 @@ repos: types: ["ini", "toml", "yaml"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 # Use the ref you want to point at + rev: 0.7.21 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -44,29 +44,29 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.31.0 hooks: - id: check-github-workflows - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.7 hooks: - id: actionlint - repo: https://github.com/asottile/pyupgrade - rev: v3.18.0 + rev: v3.19.1 hooks: - id: pyupgrade - repo: https://github.com/codespell-project/codespell - rev: 2fa406f + rev: v2.3.0 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.9.2 hooks: # Run the linter. - id: ruff