We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0784a commit b0df21dCopy full SHA for b0df21d
.pre-commit-config.yaml
@@ -23,13 +23,13 @@ repos:
23
hooks:
24
- id: validate-pyproject
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.12.11"
+ rev: "v0.13.0"
27
28
- id: ruff-check
29
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
30
- id: ruff-format
31
- repo: https://github.com/asottile/blacken-docs
32
- rev: 1.19.1
+ rev: 1.20.0
33
34
- id: blacken-docs
35
additional_dependencies: [black==25.1]
0 commit comments