Skip to content

Commit 3d42950

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](abravalheri/validate-pyproject@v0.23...v0.24.1) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0)
1 parent 4ce967e commit 3d42950

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
@@ -13,7 +13,7 @@ repos:
1313
language_version: python3.9
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 7.1.2
16+
rev: 7.2.0
1717
hooks:
1818
- id: flake8
1919
args:
@@ -44,12 +44,12 @@ repos:
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject
47-
rev: v0.23
47+
rev: v0.24.1
4848
hooks:
4949
- id: validate-pyproject
5050

5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.35.1
52+
rev: v1.37.0
5353
hooks:
5454
- id: yamllint
5555
args:

0 commit comments

Comments
 (0)