We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f4dae commit 21e5d78Copy full SHA for 21e5d78
1 file changed
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ exclude: |
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v2.3.0
+ rev: v6.0.0
12
hooks:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
19
- id: requirements-txt-fixer
20
21
- repo: https://github.com/awslabs/cfn-python-lint
22
- rev: v0.15.0
+ rev: v1.40.2
23
24
- id: cfn-python-lint
25
files: cloudformation/.*\.(json|yml|yaml)$
@@ -32,7 +32,7 @@ repos:
32
# args: [--max-line-length=99]
33
34
- repo: https://github.com/ambv/black
35
- rev: stable
+ rev: 25.9.0
36
37
- id: black
38
language_version: python3.7
0 commit comments