Skip to content

Commit b3b3020

Browse files
[pre-commit.ci] pre-commit autoupdate (#491)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) * [pre-commit.ci 🤖] Apply code format tools to PR --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a78dbcb commit b3b3020

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
args: [--prose-wrap=preserve]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 23.7.0
29+
rev: 23.9.1
3030
hooks:
3131
- id: black
3232

@@ -36,13 +36,13 @@ repos:
3636
- id: blacken-docs
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.10.1
39+
rev: v3.14.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]
4343

4444
- repo: https://github.com/codespell-project/codespell
45-
rev: "v2.2.5"
45+
rev: "v2.2.6"
4646
hooks:
4747
- id: codespell
4848
args:

content/roadmap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ roadmap is dependent on support and agreement from the community.
1919

2020
## Improved common infrastructure & process
2121

22-
- Re-usable libraries with commonly used functionality
22+
- Reusable libraries with commonly used functionality
2323
- Shared build system for binary packaging
2424
- Integrated websites and expanded documentation
2525
- Shared benchmarking

content/summits/developer/2023/general-planning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ birds-of-a-feather (BoF)-style talks, followed by more focused discussion.
4444

4545
- Stéfan van der Walt: Sparse work
4646

47-
- In the previous release of SciPy we introduced experiemental Sparse Arrays
47+
- In the previous release of SciPy we introduced experimental Sparse Arrays
4848
- These arrays are limited to 2D, since they are built on top of Sparse Matrices
4949
- We hope to refactor scipy.sparse:
5050
- matrices should be built on top of arrays (if not deprecated entirely)

0 commit comments

Comments
 (0)