diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5fa8e9c..65d62d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: - id: python-use-type-annotations - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.4 + rev: v0.12.4 hooks: - id: ruff args: [--config, pyproject.toml, hooks, tests] @@ -45,7 +45,7 @@ repos: - id: ruff-format args: [--config, pyproject.toml] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -59,7 +59,7 @@ repos: {{cookiecutter.project_slug}}/README.md )$ - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -69,7 +69,7 @@ repos: args: [--wrap, "88"] files: (docs/.) - repo: https://github.com/crate-ci/typos - rev: v1.28.4 + rev: v1.34.0 hooks: - id: typos - repo: meta diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index 22cbe6e..370148f 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -27,13 +27,13 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - id: text-unicode-replacement-char -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.8.4 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.12.4 hooks: - id: ruff - id: ruff-format - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -43,7 +43,7 @@ repos: args: [--wrap, "88"] files: (README\.md) - repo: https://github.com/executablebooks/mdformat - rev: 0.7.21 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -53,7 +53,7 @@ repos: args: [--wrap, "88"] files: (docs/.) - repo: https://github.com/crate-ci/typos - rev: v1.28.4 + rev: v1.34.0 hooks: - id: typos - repo: meta