diff --git a/.config/copier/.copier-answers.shared.yaml b/.config/copier/.copier-answers.shared.yaml index 7488fb8..898696e 100644 --- a/.config/copier/.copier-answers.shared.yaml +++ b/.config/copier/.copier-answers.shared.yaml @@ -1,7 +1,7 @@ # This file is @generated by . # DO NOT EDIT! # prettier-ignore -_commit: v0.1.5 +_commit: v0.1.6 _src_path: gh:liblaf/copier-share author_email: 30631553+liblaf@users.noreply.github.com author_name: liblaf diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c47c52..8851f32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.15.4 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.3.8 + rev: v2.4.4 hooks: - id: biome-check exclude: \.jsonc?$ @@ -34,6 +34,7 @@ repos: rev: v6.0.0 hooks: - id: check-added-large-files + exclude: ^(.+\.lock)|(.+-lock\..+)$ - id: check-case-conflict - id: check-illegal-windows-names - id: check-merge-conflict