We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d4cbe commit 4e91032Copy full SHA for 4e91032
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
# auto format Python codes within docstrings
34
- id: blacken-docs
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.9.3
+ rev: v0.9.10
37
hooks:
38
# lint & attempt to correct failures (e.g. pyupgrade)
39
- id: ruff
0 commit comments