Skip to content

Commit 3ddbc10

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/awslabs/cfn-python-lint: v0.85.2 → v1.18.4](aws-cloudformation/cfn-lint@v0.85.2...v1.18.4) - [github.com/psf/black: 24.2.0 → 24.10.0](psf/black@24.2.0...24.10.0) - [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0) - [github.com/sirosen/check-jsonschema: 0.28.0 → 0.29.4](python-jsonschema/check-jsonschema@0.28.0...0.29.4)
1 parent 414fcf4 commit 3ddbc10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v5.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: mixed-line-ending
1010
- id: trailing-whitespace
1111
- repo: https://github.com/PyCQA/flake8
12-
rev: 7.0.0
12+
rev: 7.1.1
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/adrienverge/yamllint
1616
rev: v1.35.1
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v0.85.2
20+
rev: v1.18.4
2121
hooks:
2222
- id: cfn-python-lint
2323
args:
@@ -36,18 +36,18 @@ repos:
3636
^.pre-commit-config.yaml
3737
)
3838
- repo: https://github.com/psf/black
39-
rev: 24.2.0
39+
rev: 24.10.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: '1.7.0'
43+
rev: '1.8.0'
4444
hooks:
4545
- id: poetry-check
4646
- id: poetry-lock
4747
language_version: python3.10
4848
args: ['--check']
4949
- repo: https://github.com/sirosen/check-jsonschema
50-
rev: 0.28.0
50+
rev: 0.29.4
5151
hooks:
5252
- id: check-github-workflows
5353
- id: check-github-actions

0 commit comments

Comments
 (0)