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 2d35b5c + 1c72f73 commit 38e0d5dCopy full SHA for 38e0d5d
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-yaml
10
- id: check-added-large-files
11
- repo: https://github.com/psf/black
12
- rev: 23.1.0
+ rev: 23.7.0
13
hooks:
14
- id: black
15
args: [--config, pyproject.toml]
@@ -24,7 +24,7 @@ repos:
24
- id: darglint
25
args: [-v 2] # this config makes the error messages a bit less cryptic.
26
- repo: https://github.com/PyCQA/flake8
27
- rev: 6.0.0
+ rev: 6.1.0
28
29
- id: flake8
30
args: [--exclude, nbconvert_config.py]
@@ -33,7 +33,7 @@ repos:
33
34
- id: nbstripout
35
- repo: https://github.com/nbQA-dev/nbQA
36
- rev: 1.6.4
+ rev: 1.7.0
37
38
- id: nbqa-black
39
- id: nbqa-isort
0 commit comments