Skip to content

Commit bbacae1

Browse files
ci(pre-commit.ci): autoupdate (#452)
* ci(pre-commit.ci): autoupdate updates: - [github.com/crate-ci/typos: v1.33.1 → v1](crate-ci/typos@v1.33.1...v1) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.13...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) * pin pytestqt * update typos * pin pyside * update pyside --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Talley Lambert <[email protected]>
1 parent 2e1e43e commit bbacae1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/crate-ci/typos
8-
rev: v1.33.1
8+
rev: v1.34.0
99
hooks:
1010
- id: typos
11+
args: [--force-exclude] # omitting --write-changes
1112

1213
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.13
14+
rev: v0.12.2
1415
hooks:
1516
- id: ruff-check
1617
args: [--fix, --unsafe-fixes]
@@ -22,7 +23,7 @@ repos:
2223
- id: validate-pyproject
2324

2425
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.16.0
26+
rev: v1.16.1
2627
hooks:
2728
- id: mypy
2829
files: "^src/"

0 commit comments

Comments
 (0)