Skip to content

Commit dfab7c9

Browse files
github-actions[bot]henryiiijarrodmillman
authored
chore(deps): bump versions (#264)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]> Co-authored-by: Jarrod Millman <[email protected]>
1 parent f2a52b4 commit dfab7c9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
additional_dependencies: [black==23.7.0]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: "v0.0.282"
21+
rev: "v0.0.284"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix", "--show-fixes"]
@@ -47,7 +47,7 @@ repos:
4747
- id: rst-inline-touching-normal
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.4.1"
50+
rev: "v1.5.0"
5151
hooks:
5252
- id: mypy
5353
files: "(src|tests)"

docs/pages/guides/gha_wheels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ build_wheels:
121121
fetch-depth: 0
122122
submodules: true
123123
124-
- uses: pypa/cibuildwheel@v2.14
124+
- uses: pypa/cibuildwheel@v2.15
125125
126126
- name: Upload wheels
127127
uses: actions/upload-artifact@v3

docs/pages/guides/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ pre-commit hook.
162162

163163
```yaml
164164
- repo: https://github.com/astral-sh/ruff-pre-commit
165-
rev: "v0.0.282"
165+
rev: "v0.0.284"
166166
hooks:
167167
- id: ruff
168168
args: ["--fix", "--show-fixes"]
@@ -297,7 +297,7 @@ use the manual stage, it's opt-in instead of automatic.
297297

298298
```yaml
299299
- repo: https://github.com/hadialqattan/pycln
300-
rev: "v2.2.1"
300+
rev: "v2.2.2"
301301
hooks:
302302
- id: pycln
303303
args: [--all]
@@ -480,7 +480,7 @@ The MyPy addition for pre-commit:
480480

481481
```yaml
482482
- repo: https://github.com/pre-commit/mirrors-mypy
483-
rev: "v1.4.1"
483+
rev: "v1.5.0"
484484
hooks:
485485
- id: mypy
486486
files: src

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.__type=='compiled' %}cd.yml{% endif %}

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444

45-
- uses: pypa/cibuildwheel@v2.14
45+
- uses: pypa/cibuildwheel@v2.15
4646

4747
- name: Upload wheels
4848
uses: actions/upload-artifact@v3

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

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

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.0.282"
48+
rev: "v0.0.284"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
@@ -71,7 +71,7 @@ repos:
7171
{%- endif %}
7272

7373
- repo: https://github.com/pre-commit/mirrors-mypy
74-
rev: "v1.4.1"
74+
rev: "v1.5.0"
7575
hooks:
7676
- id: mypy
7777
files: src|tests

0 commit comments

Comments
 (0)