Skip to content

Commit 6e56b66

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.2.0 → 24.4.0](psf/black@24.2.0...24.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.7](astral-sh/ruff-pre-commit@v0.2.2...v0.3.7) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent 99c1aa4 commit 6e56b66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.4.0
66
hooks:
77
- id: black
88
args: [--config, "./pyproject.toml"]
@@ -14,12 +14,12 @@ 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.7
1818
hooks:
1919
- id: ruff
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.5.0
22+
rev: v4.6.0
2323
hooks:
2424
- id: check-toml
2525
- id: check-yaml

0 commit comments

Comments
 (0)