Skip to content

Commit c14fd30

Browse files
[pre-commit.ci] pre-commit autoupdate (#272)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) * [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 d3e9585 commit c14fd30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
# https://pre-commit.com/
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -17,17 +17,17 @@ repos:
1717
- id: isort
1818
# https://github.com/python/black#version-control-integration
1919
- repo: https://github.com/psf/black
20-
rev: 24.4.2
20+
rev: 24.10.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.4.2"]
27+
additional_dependencies: ["black==24.10.0"]
2828
- id: blackdoc-autoupdate-black
2929
- repo: https://github.com/pycqa/flake8
30-
rev: 7.1.0
30+
rev: 7.1.1
3131
hooks:
3232
- id: flake8
3333
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)