Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion snapshots/default/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default_stages: [pre-push]
repos:
- repo: https://github.com/crate-ci/typos
rev: v1.34.0
rev: v1
hooks:
- id: typos
# formatters and linters are available in the virtualenv so they can be run from the makefile & vscode
Expand Down
2 changes: 1 addition & 1 deletion snapshots/default/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dev = [
"pre-commit~=4.0",
"pyright==1.1.403",
"pytest~=8.0",
"ruff~=0.11.2",
"ruff~=0.12.7",
"twine~=6.1",
]

Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
default_stages: [pre-push]
repos:
- repo: https://github.com/crate-ci/typos
rev: v1.34.0
rev: v1
hooks:
- id: typos
# formatters and linters are available in the virtualenv so they can be run from the makefile & vscode
Expand Down