We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c662eb commit 2cc20caCopy full SHA for 2cc20ca
1 file changed
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
- id: codespell
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.15.9 # Use the desired Ruff version
+ rev: v0.15.12 # Use the desired Ruff version
43
hooks:
44
- id: ruff-check # For linting checks
45
args: [--fix] # Optional: automatically fix fixable issues
0 commit comments