Skip to content

Commit 259b040

Browse files
[pre-commit.ci] pre-commit autoupdate (#59)
updates: - github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0 - github.com/psf/black: 24.3.0 → 24.4.2 - github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 45cffc1 commit 259b040

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
@@ -17,7 +17,7 @@ ci:
1717
repos:
1818
# general
1919
- repo: https://github.com/pre-commit/pre-commit-hooks
20-
rev: v4.5.0
20+
rev: v4.6.0
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
@@ -26,13 +26,13 @@ repos:
2626

2727
# python
2828
- repo: https://github.com/psf/black
29-
rev: 24.3.0
29+
rev: 24.4.2
3030
hooks:
3131
- id: black
3232
exclude: ^test/scripts/
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.3.5
35+
rev: v0.4.3
3636
hooks:
3737
- id: ruff
3838

0 commit comments

Comments
 (0)