Skip to content

Commit 25a56fa

Browse files
chore(deps): update pre-commit hooks (#734)
* chore(deps): update pre-commit hooks updates: - [github.com/crate-ci/typos: v1.40.1 → v1](crate-ci/typos@v1.40.1...v1) * style: pre-commit fixes * Update typos hook version to v1.41.0 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 2f31dcf commit 25a56fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ repos:
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.40.1"
70+
rev: "v1.41.0"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

docs/pages/guides/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ import importlib.metadata
131131
from typing import Any
132132

133133
project = "package"
134-
copyright = "2025, My Name"
134+
copyright = "2026, My Name"
135135
author = "My Name"
136136
version = release = importlib.metadata.version("package")
137137

0 commit comments

Comments
 (0)