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 b291a2c commit 0e7cf56Copy full SHA for 0e7cf56
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
# Ruff version.
20
- rev: 'v0.9.9'
+ rev: 'v0.11.12'
21
hooks:
22
- id: ruff
23
args: [--fix, --exit-non-zero-on-fix]
@@ -28,7 +28,7 @@ repos:
28
- id: black
29
30
- repo: https://github.com/compilerla/conventional-pre-commit
31
- rev: v4.0.0
+ rev: v4.2.0
32
33
- id: conventional-pre-commit
34
stages: [commit-msg]
0 commit comments