We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e94e4b + 09d595a commit f39562bCopy full SHA for f39562b
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-merge-conflict # Check for files that contain merge conflict strings.
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.15.1
+ rev: v0.15.5
14
hooks:
15
- id: ruff-check
16
args: [ --fix, --ignore, FIX ] # Allow committing with TODOs. Only CI checks should prevent merging with TODOs.
0 commit comments