2 parents a6991af + 548a640 commit 96b9200Copy full SHA for 96b9200
1 file changed
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ default_stages: [commit]
2
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.3.0
+ rev: 24.4.0
6
hooks:
7
- id: black
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.3.5
+ rev: v0.3.7
11
12
- id: ruff
13
args:
@@ -26,6 +26,6 @@ repos:
26
- id: check-yaml
27
28
- repo: https://github.com/repo-helper/pyproject-parser
29
- rev: v0.11.0b1
+ rev: v0.11.0
30
31
- id: check-pyproject
0 commit comments