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 00a9c79 commit 91a5472Copy full SHA for 91a5472
.pre-commit-config.yaml
@@ -7,19 +7,19 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/nbQA-dev/nbQA
10
- rev: 1.7.0
+ rev: 1.7.1
11
hooks:
12
- id: nbqa-pyupgrade
13
args: [--py38-plus]
14
- id: nbqa-black
15
- id: nbqa-isort
16
- repo: https://github.com/psf/black
17
- rev: 23.10.1
+ rev: 23.11.0
18
19
- id: black
20
exclude: .*.zarr/
21
- repo: https://github.com/pre-commit/mirrors-prettier
22
- rev: v3.0.3
+ rev: v3.1.0
23
24
- id: prettier
25
0 commit comments