Skip to content

Commit 1977060

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#81)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](psf/black@24.3.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b33058b commit 1977060

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
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v4.6.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -21,17 +21,17 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.15.2
24+
rev: v3.16.0
2525
hooks:
2626
- id: pyupgrade
2727

2828
- repo: https://github.com/psf/black
29-
rev: 24.3.0
29+
rev: 24.4.2
3030
hooks:
3131
- id: black-jupyter
3232

3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.2.6
34+
rev: v2.3.0
3535
hooks:
3636
- id: codespell
3737
files: ^.*\.(py|md|rst)$

0 commit comments

Comments
 (0)