Skip to content

Commit 9b09da8

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 987b557 commit 9b09da8

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
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.3.5'
4+
rev: 'v0.3.7'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
99
- repo: https://github.com/psf/black
10-
rev: 24.3.0
10+
rev: 24.4.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)