Skip to content

Commit 76b410f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.4](astral-sh/ruff-pre-commit@v0.2.2...v0.3.4)
1 parent 99c1aa4 commit 76b410f

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
@@ -2,7 +2,7 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.2.0
5+
rev: 24.3.0
66
hooks:
77
- id: black
88
args: [--config, "./pyproject.toml"]
@@ -14,7 +14,7 @@ repos:
1414
args: [--settings-path, "./pyproject.toml"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.2.2
17+
rev: v0.3.4
1818
hooks:
1919
- id: ruff
2020

0 commit comments

Comments
 (0)