Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ 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]
pass_filenames: false
- 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: [
Expand All @@ -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: [
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions {{cookiecutter.project_slug}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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: [
Expand All @@ -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
Expand Down
Loading