Skip to content

Commit a4facb6

Browse files
chore: bump pre-commit hooks (#131)
1 parent b0a8eb1 commit a4facb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_stages: [pre-push]
33
repos:
44
- repo: https://github.com/crate-ci/typos
5-
rev: v1.41.0
5+
rev: v1.42.3
66
hooks:
77
- id: typos
88
- repo: https://github.com/ComPWA/taplo-pre-commit

snapshots/default/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_stages: [pre-push]
33
repos:
44
- repo: https://github.com/crate-ci/typos
5-
rev: v1.41.0
5+
rev: v1.42.3
66
hooks:
77
- id: typos
88
# formatters and linters are available in the virtualenv so they can be run from the makefile & vscode

snapshots/default/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = []
1010
dev = [
1111
"build~=1.0",
1212
"pre-commit~=4.0",
13-
"pyright==1.1.407",
13+
"pyright==1.1.408",
1414
"pytest~=9.0",
1515
"ruff~=0.14.3",
1616
"twine~=6.1",

{{cookiecutter.repo_name}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
default_stages: [pre-push]
33
repos:
44
- repo: https://github.com/crate-ci/typos
5-
rev: v1.41.0
5+
rev: v1.42.3
66
hooks:
77
- id: typos
88
# formatters and linters are available in the virtualenv so they can be run from the makefile & vscode

0 commit comments

Comments
 (0)