We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cfd320 + 1c2af23 commit 438ec3cCopy full SHA for 438ec3c
1 file changed
.pre-commit-config.yaml
@@ -39,14 +39,14 @@ repos:
39
- id: add-trailing-comma
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.7.2
+ rev: v0.8.1
43
hooks:
44
- id: ruff
45
args: ["--fix", "--show-fixes"]
46
- id: ruff-format
47
48
- repo: https://github.com/nbQA-dev/nbQA
49
- rev: 1.8.7
+ rev: 1.9.1
50
51
- id: nbqa-check-ast
52
- id: nbqa-black
0 commit comments