Skip to content

Commit 7ef9336

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/fsfe/reuse-tool: v1.0.0 → v3.0.1](fsfe/reuse-tool@v1.0.0...v3.0.1) - [github.com/psf/black: 22.10.0 → 24.2.0](psf/black@22.10.0...24.2.0)
1 parent b95bbc9 commit 7ef9336

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: trailing-whitespace
66
#- id: end-of-file-fixer
@@ -9,11 +9,11 @@ repos:
99
- id: check-added-large-files
1010
args: ['--maxkb=15000']
1111
- repo: https://github.com/fsfe/reuse-tool
12-
rev: v1.0.0
12+
rev: v3.0.1
1313
hooks:
1414
- id: reuse
1515
- repo: https://github.com/psf/black
16-
rev: 22.10.0
16+
rev: 24.2.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/aflc/pre-commit-jupyter

0 commit comments

Comments
 (0)