Skip to content

Commit 46058ee

Browse files
authoredFeb 19, 2024
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2)
1 parent 1e6a373 commit 46058ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/psf/black
10-
rev: 24.1.1
10+
rev: 24.2.0
1111
hooks:
1212
- id: black
1313

@@ -24,7 +24,7 @@ repos:
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
2626
# Ruff version.
27-
rev: 'v0.2.1'
27+
rev: 'v0.2.2'
2828
hooks:
2929
- id: ruff
3030

0 commit comments

Comments
 (0)
Please sign in to comment.