Skip to content

Commit f822379

Browse files
chore: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.19.1](asottile/pyupgrade@v3.15.2...v3.19.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/psf/black: 24.3.0 → 24.10.0](psf/black@24.3.0...24.10.0)
1 parent 50571eb commit f822379

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.2
23+
rev: v3.19.1
2424
hooks:
2525
- id: pyupgrade
2626

@@ -30,11 +30,11 @@ repos:
3030
- id: isort
3131

3232
- repo: https://github.com/PyCQA/flake8
33-
rev: 7.0.0
33+
rev: 7.1.1
3434
hooks:
3535
- id: flake8
3636

3737
- repo: https://github.com/psf/black
38-
rev: 24.3.0
38+
rev: 24.10.0
3939
hooks:
4040
- id: black-jupyter

0 commit comments

Comments
 (0)