Skip to content

Commit f93c52d

Browse files
committed
Update depends ans fix lint
1 parent 387445b commit f93c52d

File tree

3 files changed

+101
-576
lines changed

3 files changed

+101
-576
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/compilerla/conventional-pre-commit
6-
rev: v3.2.0
6+
rev: v3.4.0
77
hooks:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
@@ -28,7 +28,7 @@ repos:
2828
args: ["--use-tuple"]
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.5.0
31+
rev: v0.6.1
3232
hooks:
3333
- id: ruff
3434
args: ["--fix"]

0 commit comments

Comments
 (0)