Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#32)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)

* Update wheels.yml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Xavier Garrido <xavier.garrido@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and xgarrido authored Nov 14, 2023
1 parent 36fbe06 commit 9535fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Build sdist and wheel
run: |
python -m pip install wheel
python -m pip install wheel setuptools
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
exclude: docs/tutorials

- repo: https://github.com/psf/black
rev: "23.10.1"
rev: "23.11.0"
hooks:
- id: black
- id: black-jupyter

0 comments on commit 9535fe1

Please sign in to comment.