Skip to content

Commit e867aa9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/awslabs/cfn-python-lint: v0.86.3 → v1.40.1](aws-cloudformation/cfn-lint@v0.86.3...v1.40.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.0 → 25.9.0](psf/black-pre-commit-mirror@24.4.0...25.9.0) - [github.com/python-poetry/poetry: 1.8.0 → 2.2.1](python-poetry/poetry@1.8.0...2.2.1) - [github.com/sirosen/check-jsonschema: 0.28.2 → 0.34.1](python-jsonschema/check-jsonschema@0.28.2...0.34.1)
1 parent 1b0bb84 commit e867aa9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.6.0
6+
rev: v6.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.3.0
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/adrienverge/yamllint
16-
rev: v1.35.1
16+
rev: v1.37.1
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v0.86.3
20+
rev: v1.40.1
2121
hooks:
2222
- id: cfn-python-lint
2323
args:
@@ -35,20 +35,20 @@ repos:
3535
^.github/|
3636
^.pre-commit-config.yaml
3737
)
38-
- repo: https://github.com/psf/black
39-
rev: 24.4.0
38+
- repo: https://github.com/psf/black-pre-commit-mirror
39+
rev: 25.9.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/python-poetry/poetry
43-
rev: '1.8.0'
43+
rev: '2.2.1'
4444
hooks:
4545
# temporarily disable check due to issue https://gitlab.com/smop/pre-commit-hooks/-/issues/3
4646
#- id: poetry-check
4747
- id: poetry-lock
4848
language_version: python3.10
4949
args: ['--check']
5050
- repo: https://github.com/sirosen/check-jsonschema
51-
rev: 0.28.2
51+
rev: 0.34.1
5252
hooks:
5353
- id: check-github-workflows
5454
- id: check-github-actions

0 commit comments

Comments
 (0)