Skip to content

Commit 4de122f

Browse files
committed
chore: dependencies update
1 parent 9f2d05b commit 4de122f

File tree

2 files changed

+138
-118
lines changed

2 files changed

+138
-118
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.5.4'
4+
rev: 'v0.6.4'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -20,6 +20,6 @@ repos:
2020
hooks:
2121
- id: docformatter
2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.11.1
23+
rev: v1.11.2
2424
hooks:
2525
- id: mypy

0 commit comments

Comments
 (0)