Skip to content

Commit a72ed69

Browse files
chore(deps): update all dependencies
1 parent 2d55533 commit a72ed69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: sort-simple-yaml
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: 'v0.11.8'
26+
rev: 'v0.12.0'
2727
hooks:
2828
- id: ruff
2929
args: [--fix, --exit-non-zero-on-fix, "--config=pyproject.toml"]
@@ -35,7 +35,7 @@ repos:
3535
- id: codespell
3636
additional_dependencies: ["tomli"]
3737
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
38-
rev: v2.14.0
38+
rev: v2.15.0
3939
hooks:
4040
- id: pretty-format-toml
4141
args: [--autofix, --no-sort]

{{cookiecutter.project_name}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.11.8'
22+
rev: 'v0.12.0'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -30,7 +30,7 @@ repos:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]
3232
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
33-
rev: v2.14.0
33+
rev: v2.15.0
3434
hooks:
3535
- id: pretty-format-toml
3636
args: [--autofix, --no-sort]

0 commit comments

Comments
 (0)