Skip to content

Commit 5fcab09

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
1 parent 3baf8e5 commit 5fcab09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ repos:
3838
- id: trailing-whitespace
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.15.4
41+
rev: v0.15.9
4242
hooks:
4343
- id: ruff
4444
args: ["--fix", "--exit-non-zero-on-fix"]
4545
- id: ruff-format
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.19.1
48+
rev: v1.20.0
4949
hooks:
5050
- id: mypy

0 commit comments

Comments
 (0)