We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0ede8 commit e9d6150Copy full SHA for e9d6150
1 file changed
.pre-commit-config.yaml
@@ -23,12 +23,12 @@ repos:
23
- id: check-docstring-first
24
25
- repo: https://github.com/pre-commit/pre-commit
26
- rev: v4.5.1
+ rev: v4.6.0
27
hooks:
28
- id: validate_manifest
29
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.15.11
+ rev: v0.15.12
32
33
- id: ruff-check
34
- id: ruff-format
0 commit comments