Skip to content

Commit 3ec6583

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.0](adrienverge/yamllint@v1.35.1...v1.37.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent 1f52c9a commit 3ec6583

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
@@ -83,15 +83,15 @@ repos:
8383

8484
# Lint: YAML
8585
- repo: https://github.com/adrienverge/yamllint
86-
rev: v1.35.1
86+
rev: v1.37.0
8787
hooks:
8888
- id: yamllint
8989
args: ["-d {extends: relaxed, rules: {line-length: disable}}", "-s"]
9090
exclude: "{{cookiecutter.stack_name}}/.github/workflows/docker.yml"
9191

9292
# Lint: Python
9393
- repo: https://github.com/PyCQA/flake8
94-
rev: 7.1.2
94+
rev: 7.2.0
9595
hooks:
9696
- id: flake8
9797

0 commit comments

Comments
 (0)