Skip to content

Commit a8a3bb6

Browse files
chore(deps): update pre-commit hooks (#534)
<!--pre-commit.ci start--> updates: - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 23.10.0](psf/black-pre-commit-mirror@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.1](astral-sh/ruff-pre-commit@v0.1.0...v0.1.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 4697f07 commit a8a3bb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ repos:
2929
- id: rst-inline-touching-normal
3030

3131
- repo: https://github.com/psf/black-pre-commit-mirror
32-
rev: 23.9.1
32+
rev: 23.10.0
3333
hooks:
3434
- id: black-jupyter
3535

3636
- repo: https://github.com/asottile/blacken-docs
3737
rev: 1.16.0
3838
hooks:
3939
- id: blacken-docs
40-
additional_dependencies: [black==23.9.1]
40+
additional_dependencies: [black==23.*]
4141

4242
- repo: https://github.com/cheshirekow/cmake-format-precommit
4343
rev: v0.6.13
@@ -54,13 +54,13 @@ repos:
5454
exclude: "^tests|src/scikit_build_core/resources/scikit-build.schema.json"
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.1.0
57+
rev: v0.1.1
5858
hooks:
5959
- id: ruff
6060
args: ["--fix", "--show-fixes"]
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.6.0
63+
rev: v1.6.1
6464
hooks:
6565
- id: mypy
6666
exclude: |

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ strict-config = true
268268
experimental = false
269269

270270
# If set, this will provide a method for backward compatibility.
271-
minimum-version = "0.5" # current version
271+
minimum-version = "0.6" # current version
272272

273273
# The build directory. Defaults to a temporary directory, but can be set.
274274
build-dir = ""

0 commit comments

Comments
 (0)