Skip to content

Commit 4e54182

Browse files
[pre-commit.ci] pre-commit autoupdate (#369)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.21.1 → v2.23.0](tox-dev/pyproject-fmt@v2.21.1...v2.23.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/zizmorcore/zizmor-pre-commit: v1.24.1 → v1.25.2](zizmorcore/zizmor-pre-commit@v1.24.1...v1.25.2) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 90acff7 commit 4e54182

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ ci:
33

44
repos:
55
- repo: https://github.com/tox-dev/pyproject-fmt
6-
rev: "v2.21.1"
6+
rev: "v2.23.0"
77
hooks:
88
- id: pyproject-fmt
99
# pin until toml-fmt-common 1.3.4 (with the _build_cli alias) is released; 1.3.3
1010
# dropped that symbol and breaks the published pyproject-fmt (tox-dev/toml-fmt#355)
1111
additional_dependencies: ["toml-fmt-common<1.3.3"]
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.15.12"
13+
rev: "v0.15.15"
1414
hooks:
1515
- id: ruff-format
1616
args: ["--config", "pyproject.toml"]
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: validate-pyproject
4444
- repo: https://github.com/zizmorcore/zizmor-pre-commit
45-
rev: v1.24.1
45+
rev: v1.25.2
4646
hooks:
4747
- id: zizmor
4848
- repo: meta

pyproject-fmt/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ pkg-meta = [
8080
]
8181

8282
[tool.maturin]
83-
bindings = "pyo3"
84-
manifest-path = "Cargo.toml"
8583
module-name = "pyproject_fmt._lib"
84+
bindings = "pyo3"
8685
python-source = "src"
87-
strip = true
86+
manifest-path = "Cargo.toml"
8887
include = [
8988
# ship the in-tree PEP 517 backend in the sdist so wheels can be built from the sdist
9089
{ path = "build_backend.py", format = "sdist" },
@@ -94,17 +93,18 @@ include = [
9493
{ path = "README.rst", format = "sdist" },
9594
]
9695
exclude = [
97-
"**/__pycache__/**",
9896
"**/*.pyc",
9997
"**/*.pyo",
98+
"**/__pycache__/**",
10099
]
100+
strip = true
101101

102102
[tool.pyproject-fmt]
103103
max_supported_python = "3.15"
104104

105105
[tool.mypy]
106-
show_error_codes = true
107106
strict = true
107+
show_error_codes = true
108108

109109
[tool.coverage]
110110
run.omit = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ lint.preview = true
5959

6060
[tool.codespell]
6161
builtin = "clear,usage,en-GB_to_en-US"
62-
count = true
6362
ignore-words = "ignore-words.txt"
6463
skip = "*.snap,*/tests/data/*"
6564
write-changes = true
65+
count = true

toml-fmt-common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ build-backend.source-include = [ "tests/**", "tox.toml" ]
6666
max_supported_python = "3.14"
6767

6868
[tool.mypy]
69-
show_error_codes = true
7069
strict = true
70+
show_error_codes = true
7171

7272
[tool.coverage]
7373
run.parallel = true

tox-toml-fmt/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ pkg-meta = [
7979
]
8080

8181
[tool.maturin]
82-
bindings = "pyo3"
83-
manifest-path = "Cargo.toml"
8482
module-name = "tox_toml_fmt._lib"
83+
bindings = "pyo3"
8584
python-source = "src"
86-
strip = true
85+
manifest-path = "Cargo.toml"
8786
include = [
8887
# ship the in-tree PEP 517 backend in the sdist so wheels can be built from the sdist
8988
{ path = "build_backend.py", format = "sdist" },
@@ -93,17 +92,18 @@ include = [
9392
{ path = "README.rst", format = "sdist" },
9493
]
9594
exclude = [
96-
"**/__pycache__/**",
9795
"**/*.pyc",
9896
"**/*.pyo",
97+
"**/__pycache__/**",
9998
]
99+
strip = true
100100

101101
[tool.pyproject-fmt]
102102
max_supported_python = "3.15"
103103

104104
[tool.mypy]
105-
show_error_codes = true
106105
strict = true
106+
show_error_codes = true
107107

108108
[tool.coverage]
109109
run.omit = [

0 commit comments

Comments
 (0)