Skip to content

Commit

Permalink
chore(deps): bump versions (#284)
Browse files Browse the repository at this point in the history
[create-pull-request] automated change

Co-authored-by: henryiii <[email protected]>
  • Loading branch information
github-actions[bot] and henryiii authored Sep 21, 2023
1 parent 12b93e3 commit 38dcc95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude: "^({{cookiecutter\\.project_name}}|hooks/pre_gen_project.py$)"

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black-jupyter

Expand All @@ -18,7 +18,7 @@ repos:
additional_dependencies: [black==23.7.0]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.290"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/guides/gha_wheels.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ build_wheels:
fetch-depth: 0
submodules: true
- uses: pypa/cibuildwheel@v2.15
- uses: pypa/cibuildwheel@v2.16
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/guides/style.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:

```yaml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black
```
Expand Down Expand Up @@ -162,7 +162,7 @@ pre-commit hook.

```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.290"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -435,7 +435,7 @@ when clearly better (please always use them, they are faster) if you set

```yaml
- repo: https://github.com/asottile/pyupgrade
rev: "v3.10.1"
rev: "v3.11.2"
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0

- uses: pypa/cibuildwheel@v2.15
- uses: pypa/cibuildwheel@v2.16

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: "23.7.0"
rev: "23.9.1"
hooks:
- id: black-jupyter

Expand Down Expand Up @@ -45,7 +45,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.290"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down

0 comments on commit 38dcc95

Please sign in to comment.