Skip to content

Commit a930c46

Browse files
chore(deps): bump versions (#845)
[create-pull-request] automated change Co-authored-by: scientific-python-pr-tokenbot[bot] <181030687+scientific-python-pr-tokenbot[bot]@users.noreply.github.com>
1 parent 4b053e7 commit a930c46

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: trailing-whitespace
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.16.0"
26+
rev: "v0.16.1"
2727
hooks:
2828
- id: ruff-check
2929
args: ["--fix"]
@@ -60,7 +60,7 @@ repos:
6060
types_or: [yaml, html, css, scss, javascript, json]
6161

6262
- repo: https://github.com/rvben/rumdl-pre-commit
63-
rev: "v0.2.43"
63+
rev: "v0.2.49"
6464
hooks:
6565
- id: rumdl
6666
args: [--no-exclude] # Disable all exclude patterns
@@ -72,7 +72,7 @@ repos:
7272
exclude: ^Gemfile\.lock$
7373

7474
- repo: https://github.com/zizmorcore/zizmor-pre-commit
75-
rev: "v1.28.0"
75+
rev: "v1.29.0"
7676
hooks:
7777
- id: zizmor
7878

docs/guides/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ it as a pre-commit hook or as a GitHub Action:
6868

6969
```yaml
7070
- repo: https://github.com/zizmorcore/zizmor-pre-commit
71-
rev: "v1.28.0"
71+
rev: "v1.29.0"
7272
hooks:
7373
- id: zizmor
7474
```

docs/guides/style.md

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

149149
```yaml
150150
- repo: https://github.com/astral-sh/ruff-pre-commit
151-
rev: "v0.16.0"
151+
rev: "v0.16.1"
152152
hooks:
153153
# id: ruff-check would go here if using both
154154
- id: ruff-format
@@ -216,7 +216,7 @@ your code and your docs. Add `markdown` to the `ruff-format` hook's `types_or`:
216216

217217
```yaml
218218
- repo: https://github.com/astral-sh/ruff-pre-commit
219-
rev: "v0.16.0"
219+
rev: "v0.16.1"
220220
hooks:
221221
- id: ruff-format
222222
types_or: [python, pyi, jupyter, markdown, pyproject]
@@ -256,7 +256,7 @@ pre-commit hook.
256256

257257
```yaml
258258
- repo: https://github.com/astral-sh/ruff-pre-commit
259-
rev: "v0.16.0"
259+
rev: "v0.16.1"
260260
hooks:
261261
- id: ruff-check
262262
args: ["--fix", "--show-fixes"]
@@ -670,7 +670,7 @@ additional_dependencies: [attrs==23.1.0]
670670
:sync: pyrefly
671671
```yaml
672672
- repo: https://github.com/facebook/pyrefly-pre-commit
673-
rev: "1.1.1"
673+
rev: "1.2.0"
674674
hooks:
675675
- id: pyrefly-check
676676
```
@@ -683,7 +683,7 @@ with `additional_dependencies`, and pass extra flags via `args`.
683683
:sync: ty
684684
```yaml
685685
- repo: https://github.com/astral-sh/ty-pre-commit
686-
rev: "v0.0.63"
686+
rev: "v0.0.65"
687687
hooks:
688688
- id: ty
689689
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
args: [--prose-wrap=always]
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: "v0.16.0"
40+
rev: "v0.16.1"
4141
hooks:
4242
- id: ruff-check
4343
args: ["--fix"]
@@ -113,7 +113,7 @@ repos:
113113
{%- if cookiecutter.__ci == "github" %}
114114

115115
- repo: https://github.com/zizmorcore/zizmor-pre-commit
116-
rev: "v1.28.0"
116+
rev: "v1.29.0"
117117
hooks:
118118
- id: zizmor
119119
{%- endif %}

0 commit comments

Comments
 (0)