We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b098a commit b562c0dCopy full SHA for b562c0d
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
# Formatters: hooks that re-write Python and RST files
27
#####################################################################################
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.4.8
+ rev: v0.4.9
30
hooks:
31
- id: ruff
32
args: [--fix, --exit-non-zero-on-fix]
0 commit comments