We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387445b commit f93c52dCopy full SHA for f93c52d
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/compilerla/conventional-pre-commit
6
- rev: v3.2.0
+ rev: v3.4.0
7
hooks:
8
- id: conventional-pre-commit
9
stages: [commit-msg]
@@ -28,7 +28,7 @@ repos:
28
args: ["--use-tuple"]
29
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.5.0
+ rev: v0.6.1
32
33
- id: ruff
34
args: ["--fix"]
0 commit comments