Skip to content

Commit 73e82bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.5...v0.3.7) - [github.com/psf/black: 24.3.0 → 24.4.0](psf/black@24.3.0...24.4.0)
1 parent bb9e079 commit 73e82bd

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
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.3.5"
20+
rev: "v0.3.7"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -39,7 +39,7 @@ repos:
3939
- id: isort
4040
exclude: doc/data/messages/
4141
- repo: https://github.com/psf/black
42-
rev: 24.3.0
42+
rev: 24.4.0
4343
hooks:
4444
- id: black
4545
args: [--safe, --quiet]

0 commit comments

Comments
 (0)