Skip to content

Commit cec674c

Browse files
[pre-commit.ci] pre-commit autoupdate (#235)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](psf/black@23.11.0...23.12.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a9bb22b commit cec674c

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
@@ -12,20 +12,20 @@ repos:
1212
- id: check-yaml
1313
# isort should run before black as black sometimes tweaks the isort output
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.0
15+
rev: 5.13.2
1616
hooks:
1717
- id: isort
1818
# https://github.com/python/black#version-control-integration
1919
- repo: https://github.com/psf/black
20-
rev: 23.11.0
20+
rev: 23.12.0
2121
hooks:
2222
- id: black
2323
- id: black-jupyter
2424
- repo: https://github.com/keewis/blackdoc
2525
rev: v0.3.9
2626
hooks:
2727
- id: blackdoc
28-
additional_dependencies: ["black==23.11.0"]
28+
additional_dependencies: ["black==23.12.0"]
2929
- id: blackdoc-autoupdate-black
3030
- repo: https://github.com/pycqa/flake8
3131
rev: 6.1.0

0 commit comments

Comments
 (0)