Skip to content

Commit cee55dd

Browse files
[pre-commit.ci] pre-commit autoupdate (#718)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.24.1 → v2.25.0](tox-dev/pyproject-fmt@v2.24.1...v2.25.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.17 → v0.15.18](astral-sh/ruff-pre-commit@v0.15.17...v0.15.18) - [github.com/zizmorcore/zizmor-pre-commit: v1.25.2 → v1.26.1](zizmorcore/zizmor-pre-commit@v1.25.2...v1.26.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent 882b9e7 commit cee55dd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: tox-toml-fmt
2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: "v2.24.1"
22+
rev: "v2.25.0"
2323
hooks:
2424
- id: pyproject-fmt
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.15.17"
26+
rev: "v0.15.18"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff-check
@@ -36,7 +36,7 @@ repos:
3636
- prettier@3.8.1
3737
- "@prettier/plugin-xml@3.4.2"
3838
- repo: https://github.com/zizmorcore/zizmor-pre-commit
39-
rev: v1.25.2
39+
rev: v1.26.1
4040
hooks:
4141
- id: zizmor
4242
- repo: meta

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ lint.per-file-ignores."tests/**/*.py" = [
116116
"PLR0913", # any number of arguments in tests
117117
"PLR0917", # any number of arguments in tests
118118
"PLR2004", # Magic value used in comparison, consider replacing with a constant variable
119+
"PYI033", # we test for legacy `# type:` comments
119120
"S101", # asserts allowed in tests
120121
"S603", # `subprocess` call: check for execution of untrusted input
121122
"UP006", # we test for old List/Tuple syntax

0 commit comments

Comments
 (0)