We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b397f7 + bf42169 commit f862ce2Copy full SHA for f862ce2
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.5.0
+ rev: v0.5.6
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.5
+ rev: 1.8.7
50
51
- id: nbqa-check-ast
52
- id: nbqa-black
@@ -62,7 +62,7 @@ repos:
62
- id: nb-strip-paths
63
64
- repo: https://github.com/tox-dev/pyproject-fmt
65
- rev: 2.1.3
+ rev: 2.2.1
66
67
- id: pyproject-fmt
68
0 commit comments