File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ repos:
29
29
- id : rst-inline-touching-normal
30
30
31
31
- repo : https://github.com/psf/black-pre-commit-mirror
32
- rev : 23.9.1
32
+ rev : 23.10.0
33
33
hooks :
34
34
- id : black-jupyter
35
35
36
36
- repo : https://github.com/asottile/blacken-docs
37
37
rev : 1.16.0
38
38
hooks :
39
39
- id : blacken-docs
40
- additional_dependencies : [black==23.9.1 ]
40
+ additional_dependencies : [black==23.* ]
41
41
42
42
- repo : https://github.com/cheshirekow/cmake-format-precommit
43
43
rev : v0.6.13
@@ -54,13 +54,13 @@ repos:
54
54
exclude : " ^tests|src/scikit_build_core/resources/scikit-build.schema.json"
55
55
56
56
- repo : https://github.com/astral-sh/ruff-pre-commit
57
- rev : v0.1.0
57
+ rev : v0.1.1
58
58
hooks :
59
59
- id : ruff
60
60
args : ["--fix", "--show-fixes"]
61
61
62
62
- repo : https://github.com/pre-commit/mirrors-mypy
63
- rev : v1.6.0
63
+ rev : v1.6.1
64
64
hooks :
65
65
- id : mypy
66
66
exclude : |
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ strict-config = true
268
268
experimental = false
269
269
270
270
# If set, this will provide a method for backward compatibility.
271
- minimum-version = " 0.5 " # current version
271
+ minimum-version = " 0.6 " # current version
272
272
273
273
# The build directory. Defaults to a temporary directory, but can be set.
274
274
build-dir = " "
You can’t perform that action at this time.
0 commit comments