Skip to content

Commit d4efe38

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 → 2700fd5671c633760d912769c041bfcde2b9a01b](astral-sh/ruff-pre-commit@c59bba8...2700fd5) - [github.com/pre-commit/mirrors-mypy: d2823d321df3af8f878f7ee3414dc94d037145b9 → 41e691678310dfd3833f7ab4e180ddb014310356](pre-commit/mirrors-mypy@d2823d3...41e6916) - [github.com/zizmorcore/zizmor-pre-commit: e3eebf65325ccc992422292cb7a4baee967cf815 → 64a97fb7fa63188393d3215c6e312f5f9c6d0f78](zizmorcore/zizmor-pre-commit@e3eebf6...64a97fb)
1 parent 9d6bd0c commit d4efe38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ repos:
1313
- id: trailing-whitespace
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "c59bba8fb259db0fec2bbb77ad8ba51ea7341b56" # frozen: v0.15.20
16+
rev: "2700fd5671c633760d912769c041bfcde2b9a01b" # frozen: v0.15.22
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --show-fixes]
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: "d2823d321df3af8f878f7ee3414dc94d037145b9" # frozen: v2.1.0
22+
rev: "41e691678310dfd3833f7ab4e180ddb014310356" # frozen: v2.3.0
2323
hooks:
2424
- id: mypy
2525
files: src
@@ -39,7 +39,7 @@ repos:
3939
- id: check-readthedocs
4040

4141
- repo: https://github.com/zizmorcore/zizmor-pre-commit
42-
rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
42+
rev: 64a97fb7fa63188393d3215c6e312f5f9c6d0f78 # frozen: v1.27.0
4343
hooks:
4444
- id: zizmor
4545
files: "^\\.github"

0 commit comments

Comments
 (0)