Skip to content

Commit 5faaeab

Browse files
[create-pull-request] automated change
1 parent 25a56fa commit 5faaeab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: [black==24.*]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: "v0.14.10"
32+
rev: "v0.14.11"
3333
hooks:
3434
- id: ruff-check
3535
args: ["--fix", "--show-fixes"]
@@ -67,7 +67,7 @@ repos:
6767
args: [--prose-wrap=always]
6868

6969
- repo: https://github.com/crate-ci/typos
70-
rev: "v1.41.0"
70+
rev: "v1.42.0"
7171
hooks:
7272
- id: typos
7373
exclude: ^Gemfile\.lock$

docs/pages/guides/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
140140

141141
```yaml
142142
- repo: https://github.com/astral-sh/ruff-pre-commit
143-
rev: "v0.14.10"
143+
rev: "v0.14.11"
144144
hooks:
145145
# id: ruff-check would go here if using both
146146
- id: ruff-format
@@ -230,7 +230,7 @@ pre-commit hook.
230230
231231
```yaml
232232
- repo: https://github.com/astral-sh/ruff-pre-commit
233-
rev: "v0.14.10"
233+
rev: "v0.14.11"
234234
hooks:
235235
- id: ruff-check
236236
args: ["--fix", "--show-fixes"]
@@ -786,7 +786,7 @@ integration.
786786

787787
```yaml
788788
- repo: https://github.com/crate-ci/typos
789-
rev: "v1.40.1"
789+
rev: "v1.42.0"
790790
hooks:
791791
- id: typos
792792
args: []

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ repos:
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.14.10"
46+
rev: "v0.14.11"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)