Skip to content

Commit 084587c

Browse files
github-actions[bot]pre-commit-updatetekumara
authored
chore: bump pre-commit hooks (#117)
Co-authored-by: pre-commit-update <pre-commit-update@users.noreply.github.com> Co-authored-by: Oliver Mannion <125105+tekumara@users.noreply.github.com>
1 parent cd80a98 commit 084587c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.34.0
5+
rev: v1.35.8
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
@@ -12,7 +12,7 @@ dev = [
1212
"pre-commit~=4.0",
1313
"pyright==1.1.403",
1414
"pytest~=8.0",
15-
"ruff~=0.11.2",
15+
"ruff~=0.12.7",
1616
"twine~=6.1",
1717
]
1818

{{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.34.0
5+
rev: v1.35.8
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)