diff --git a/snapshots/default/.pre-commit-config.yaml b/snapshots/default/.pre-commit-config.yaml index 6a75743..5b42b7a 100644 --- a/snapshots/default/.pre-commit-config.yaml +++ b/snapshots/default/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [pre-push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.35.8 + rev: v1.37.1 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode diff --git a/snapshots/default/pyproject.toml b/snapshots/default/pyproject.toml index f55af11..60e2cce 100644 --- a/snapshots/default/pyproject.toml +++ b/snapshots/default/pyproject.toml @@ -12,7 +12,7 @@ dev = [ "pre-commit~=4.0", "pyright==1.1.404", "pytest~=8.0", - "ruff~=0.12.7", + "ruff~=0.13.2", "twine~=6.1", ] diff --git a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml index 6a75743..5b42b7a 100644 --- a/{{cookiecutter.repo_name}}/.pre-commit-config.yaml +++ b/{{cookiecutter.repo_name}}/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_stages: [pre-push] repos: - repo: https://github.com/crate-ci/typos - rev: v1.35.8 + rev: v1.37.1 hooks: - id: typos # formatters and linters are available in the virtualenv so they can be run from the makefile & vscode