Skip to content

Commit 9f598d2

Browse files
Merge branch 'main' into fix-blocked-conftest
2 parents dd432fa + 64e3c91 commit 9f598d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "4.4.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.14.6"
4+
rev: "v0.14.7"
55
hooks:
66
- id: ruff-check
77
args: ["--fix"]
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: check-yaml
1515
- repo: https://github.com/woodruffw/zizmor-pre-commit
16-
rev: v1.16.3
16+
rev: v1.18.0
1717
hooks:
1818
- id: zizmor
1919
args: ["--fix"]
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: python-use-type-annotations
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.18.2
37+
rev: v1.19.0
3838
hooks:
3939
- id: mypy
4040
files: ^(src/|testing/|scripts/)

0 commit comments

Comments
 (0)