Skip to content

Commit 53aee2e

Browse files
[pre-commit.ci] pre-commit autoupdate (#290)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.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 75bd6f8 commit 53aee2e

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,19 +12,19 @@ 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.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort
1818
# https://github.com/python/black#version-control-integration
1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black-jupyter
2323
- repo: https://github.com/keewis/blackdoc
2424
rev: v0.3.9
2525
hooks:
2626
- id: blackdoc
27-
additional_dependencies: ["black==24.10.0"]
27+
additional_dependencies: ["black==25.1.0"]
2828
- id: blackdoc-autoupdate-black
2929
- repo: https://github.com/pycqa/flake8
3030
rev: 7.1.1

0 commit comments

Comments
 (0)