diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cfaed27..994acc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - repo: https://github.com/commitizen-tools/commitizen - rev: v3.21.3 + rev: v3.30.1 hooks: - id: commitizen @@ -23,7 +23,7 @@ repos: types: ["ini", "toml", "yaml"] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 # Use the ref you want to point at + rev: 0.7.18 # Use the ref you want to point at hooks: - id: mdformat # Optionally add plugins @@ -38,17 +38,17 @@ repos: args: ["-d relaxed"] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.1 + rev: 0.29.4 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.19.0 hooks: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.7.3 hooks: - id: ruff args: [ --fix ]