Skip to content

Commit 8a10c9b

Browse files
[pre-commit.ci] pre-commit autoupdate
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/astral-sh/ruff-pre-commit: v0.1.6 → v0.5.0](astral-sh/ruff-pre-commit@v0.1.6...v0.5.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/psf/black-pre-commit-mirror: 23.11.0 → 24.4.2](psf/black-pre-commit-mirror@23.11.0...24.4.2) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
1 parent cc58605 commit 8a10c9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -9,20 +9,20 @@ repos:
99
- id: check-toml
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.1.6
12+
rev: v0.5.0
1313
hooks:
1414
- id: ruff
1515
args: ['--fix', '--show-fixes']
1616
- id: ruff-format
1717

1818
- repo: https://github.com/pre-commit/mirrors-prettier
19-
rev: v3.1.0
19+
rev: v4.0.0-alpha.8
2020
hooks:
2121
- id: prettier
2222
types_or: [yaml, markdown, html, css, scss, javascript, ts, json]
2323

2424
- repo: https://github.com/psf/black-pre-commit-mirror
25-
rev: 23.11.0
25+
rev: 24.4.2
2626
hooks:
2727
- id: black-jupyter
2828
exclude: ^src/
@@ -34,7 +34,7 @@ repos:
3434
files: ^ipymidi/
3535

3636
- repo: https://github.com/kynan/nbstripout
37-
rev: 0.6.1
37+
rev: 0.7.1
3838
hooks:
3939
- id: nbstripout
4040
args:

0 commit comments

Comments
 (0)