diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0058cc2..f0062b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-builtin-literals @@ -23,13 +23,13 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - id: trailing-whitespace -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.254 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.4.2 hooks: - id: ruff args: [--fix, --format, grouped, --show-fixes] - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.2 + rev: v3.0.2 hooks: - id: reuse name: add SPDX headers