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 f13433a commit edff8c2Copy full SHA for edff8c2
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: "3.12"
3
repos:
4
- repo: https://github.com/compilerla/conventional-pre-commit
5
- rev: v3.6.0
+ rev: v4.0.0
6
hooks:
7
- id: conventional-pre-commit
8
stages: [commit-msg]
@@ -24,7 +24,7 @@ repos:
24
- id: unasyncd
25
additional_dependencies: ["ruff"]
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.8.3"
+ rev: "v0.8.4"
28
29
- id: ruff
30
args: ["--fix"]
0 commit comments