From cf2ae5f947c94abf5fe967167f0c657b21cd8da2 Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Thu, 15 Aug 2024 15:11:49 -0400 Subject: [PATCH] Use latest fix-license-header. --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index def2500..a48299f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,15 +40,14 @@ repos: - id: ruff-format - id: ruff - repo: https://github.com/glotzerlab/fix-license-header - rev: v0.3.2 + rev: v0.4.0 hooks: - id: fix-license-header - name: Fix license headers (rust) + name: Fix license headers types_or: [rust] args: - --license-file=LICENSE - --add=Part of row, released under the BSD 3-Clause License. - - --comment-prefix=// - repo: https://github.com/crate-ci/typos rev: v1.22.9 hooks: