Skip to content

Commit 0a57cc1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.2...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0)
1 parent 9b7fe3d commit 0a57cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repos:
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.7.2
13+
rev: v0.8.4
1414
hooks:
1515
- id: ruff
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: 'v1.13.0'
17+
rev: 'v1.14.0'
1818
hooks:
1919
- id: mypy
2020
args: [., --strict, --ignore-missing-imports, --exclude=^codegen]

0 commit comments

Comments
 (0)