Skip to content

Commit c2159f4

Browse files
committed
Update pre-commit hooks
1 parent 8da0523 commit c2159f4

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
@@ -28,7 +28,7 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 24.1.1
31+
rev: 24.2.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -95,7 +95,7 @@ repos:
9595

9696
# Lint: YAML
9797
- repo: https://github.com/adrienverge/yamllint
98-
rev: v1.33.0
98+
rev: v1.35.1
9999
hooks:
100100
- id: yamllint
101101
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]

0 commit comments

Comments
 (0)