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 17b6143 commit 413e632Copy full SHA for 413e632
.pre-commit-config.yaml
@@ -32,13 +32,13 @@ repos:
32
33
# Black, the code formatter, natively supports pre-commit
34
- repo: https://github.com/psf/black
35
- rev: "23.3.0" # Keep in sync with blacken-docs
+ rev: "23.7.0" # Keep in sync with blacken-docs
36
hooks:
37
- id: black
38
39
# Ruff, the Python auto-correcting linter written in Rust
40
- repo: https://github.com/astral-sh/ruff-pre-commit
41
- rev: v0.0.276
+ rev: v0.0.281
42
43
- id: ruff
44
args: ["--fix", "--show-fixes"]
@@ -84,7 +84,7 @@ repos:
84
85
# Also code format the docs
86
- repo: https://github.com/asottile/blacken-docs
87
- rev: "1.14.0"
+ rev: "1.15.0"
88
89
- id: blacken-docs
90
additional_dependencies:
0 commit comments