Skip to content

Commit 50c85cb

Browse files
[pre-commit.ci] pre-commit autoupdate (#401)
updates: - [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 44b3d52 commit 50c85cb

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
@@ -25,15 +25,15 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 23.10.1
28+
rev: 23.11.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/PyCQA/flake8
3232
rev: 6.1.0
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/nbQA-dev/nbQA
36-
rev: 1.7.0
36+
rev: 1.7.1
3737
hooks:
3838
- id: nbqa-black
3939
additional_dependencies: [black]

0 commit comments

Comments
 (0)