Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ repos:
hooks:
- id: tox-toml-fmt
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "v2.24.1"
rev: "v2.25.0"
hooks:
- id: pyproject-fmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.15.17"
rev: "v0.15.18"
hooks:
- id: ruff-format
- id: ruff-check
Expand All @@ -36,7 +36,7 @@ repos:
- prettier@3.8.1
- "@prettier/plugin-xml@3.4.2"
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.25.2
rev: v1.26.1
hooks:
- id: zizmor
- repo: meta
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ lint.per-file-ignores."tests/**/*.py" = [
"PLR0913", # any number of arguments in tests
"PLR0917", # any number of arguments in tests
"PLR2004", # Magic value used in comparison, consider replacing with a constant variable
"PYI033", # we test for legacy `# type:` comments
"S101", # asserts allowed in tests
"S603", # `subprocess` call: check for execution of untrusted input
"UP006", # we test for old List/Tuple syntax
Expand Down