Skip to content

Commit 33be447

Browse files
[pre-commit.ci] pre-commit autoupdate (#80)
* [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.8.0 → 24.10.0](psf/black@24.8.0...24.10.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 3fe8a03 commit 33be447

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
@@ -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
@@ -22,14 +22,14 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 24.8.0
25+
rev: 24.10.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/keewis/blackdoc
2929
rev: v0.3.9
3030
hooks:
3131
- id: blackdoc
32-
additional_dependencies: ["black==24.8.0"]
32+
additional_dependencies: ["black==24.10.0"]
3333
- id: blackdoc-autoupdate-black
3434
- repo: https://github.com/pycqa/flake8
3535
rev: 7.1.1

0 commit comments

Comments
 (0)