Skip to content

Commit 1167038

Browse files
chore: [pre-commit.ci] pre-commit autoupdate (#83)
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/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.9.1](nbQA-dev/nbQA@1.8.5...1.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1977060 commit 1167038

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

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

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

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

@@ -38,7 +38,7 @@ repos:
3838
args: ["--write-changes", "--ignore-words-list", "hist,gaus"]
3939

4040
- repo: https://github.com/nbQA-dev/nbQA
41-
rev: 1.8.5
41+
rev: 1.9.1
4242
hooks:
4343
- id: nbqa-pyupgrade
4444
additional_dependencies: [pyupgrade==3.14.0]

0 commit comments

Comments
 (0)