We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffa5fd1 + e00dc5c commit 2fee1f1Copy full SHA for 2fee1f1
1 file changed
.pre-commit-config.yaml
@@ -25,7 +25,7 @@ repos:
25
- id: prettier
26
types_or: [yaml, markdown, json]
27
- repo: https://github.com/hadialqattan/pycln
28
- rev: v2.5.0
+ rev: v2.6.0
29
hooks:
30
- id: pycln
31
args: [--config=pyproject.toml]
@@ -36,7 +36,7 @@ repos:
36
additional_dependencies:
37
- black==25.1.0
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.13.3
+ rev: v0.14.3
40
41
# Run the linter.
42
- id: ruff-check
0 commit comments