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.
2 parents acf177c + 1a59e21 commit 063876dCopy full SHA for 063876d
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
files: requirements-dev.txt
17
18
- repo: https://github.com/psf/black
19
- rev: 24.4.2
+ rev: 24.8.0
20
hooks:
21
- id: black
22
language_version: python3
@@ -51,17 +51,17 @@ repos:
51
- id: add-trailing-comma
52
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.5.5
+ rev: v0.5.6
55
56
- id: ruff
57
58
- repo: https://github.com/tox-dev/pyproject-fmt
59
- rev: 2.1.4
+ rev: 2.2.1
60
61
- id: pyproject-fmt
62
63
- repo: https://github.com/nbQA-dev/nbQA
64
- rev: 1.8.5
+ rev: 1.8.7
65
66
# mdformat works on the CLI but not as pre-commit yet.
67
# Use `nbqa mdformat jupyterbook --nbqa-md` to run it locally.
0 commit comments