Skip to content

Commit 1c72f73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.7.0](psf/black@23.1.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/nbQA-dev/nbQA: 1.6.4 → 1.7.0](nbQA-dev/nbQA@1.6.4...1.7.0)
1 parent 2d35b5c commit 1c72f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-added-large-files
1111
- repo: https://github.com/psf/black
12-
rev: 23.1.0
12+
rev: 23.7.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -24,7 +24,7 @@ repos:
2424
- id: darglint
2525
args: [-v 2] # this config makes the error messages a bit less cryptic.
2626
- repo: https://github.com/PyCQA/flake8
27-
rev: 6.0.0
27+
rev: 6.1.0
2828
hooks:
2929
- id: flake8
3030
args: [--exclude, nbconvert_config.py]
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: nbstripout
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.6.4
36+
rev: 1.7.0
3737
hooks:
3838
- id: nbqa-black
3939
- id: nbqa-isort

0 commit comments

Comments
 (0)