Skip to content

Commit 548a640

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 24.4.0](psf/black@24.3.0...24.4.0) - [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/repo-helper/pyproject-parser: v0.11.0b1 → v0.11.0](repo-helper/pyproject-parser@v0.11.0b1...v0.11.0)
1 parent a6991af commit 548a640

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ default_stages: [commit]
22

33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.3.0
5+
rev: 24.4.0
66
hooks:
77
- id: black
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.3.5
10+
rev: v0.3.7
1111
hooks:
1212
- id: ruff
1313
args:
@@ -26,6 +26,6 @@ repos:
2626
- id: check-yaml
2727

2828
- repo: https://github.com/repo-helper/pyproject-parser
29-
rev: v0.11.0b1
29+
rev: v0.11.0
3030
hooks:
3131
- id: check-pyproject

0 commit comments

Comments
 (0)