Skip to content

Commit 5f3e875

Browse files
[pre-commit.ci] pre-commit autoupdate (#549)
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mark Bakhit <archiethemonger@gmail.com>
1 parent 6bf3cb4 commit 5f3e875

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
@@ -51,7 +51,7 @@ repos:
5151
hooks:
5252
- id: autopep8
5353
- repo: https://github.com/PyCQA/flake8
54-
rev: "7.1.2"
54+
rev: "7.2.0"
5555
hooks:
5656
- id: flake8
5757
exclude: "^docs/"
@@ -61,6 +61,6 @@ repos:
6161
- id: rst-linter
6262
files: ^[^/]+[.]rst$
6363
- repo: https://github.com/adrienverge/yamllint
64-
rev: "v1.35.1"
64+
rev: "v1.37.0"
6565
hooks:
6666
- id: yamllint

0 commit comments

Comments
 (0)