Skip to content

Commit 3d51f59

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](astral-sh/ruff-pre-commit@v0.1.9...v0.3.5)
1 parent 9f668ee commit 3d51f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
3333

3434
- repo: https://github.com/psf/black
35-
rev: 23.12.1
35+
rev: 24.3.0
3636
hooks:
3737
- id: black
3838
name: Black code
@@ -46,7 +46,7 @@ repos:
4646
- mdformat_frontmatter
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: v0.1.9
49+
rev: v0.3.5
5050
hooks:
5151
- id: ruff
5252
args: ["--fix"]

0 commit comments

Comments
 (0)