Skip to content

Commit 9d939c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) - [github.com/nbQA-dev/nbQA: 1.5.3 → 1.6.1](nbQA-dev/nbQA@1.5.3...1.6.1)
1 parent b96caa7 commit 9d939c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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: 22.12.0
12+
rev: 23.1.0
1313
hooks:
1414
- id: black
1515
args: [--config, pyproject.toml]
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: nbstripout
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.5.3
36+
rev: 1.6.1
3737
hooks:
3838
- id: nbqa-black
3939
- id: nbqa-isort

0 commit comments

Comments
 (0)