Skip to content

Commit 21e5d78

Browse files
committed
update precommit config
1 parent 63f4dae commit 21e5d78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: |
88
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v2.3.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
@@ -19,7 +19,7 @@ repos:
1919
- id: requirements-txt-fixer
2020

2121
- repo: https://github.com/awslabs/cfn-python-lint
22-
rev: v0.15.0
22+
rev: v1.40.2
2323
hooks:
2424
- id: cfn-python-lint
2525
files: cloudformation/.*\.(json|yml|yaml)$
@@ -32,7 +32,7 @@ repos:
3232
# args: [--max-line-length=99]
3333

3434
- repo: https://github.com/ambv/black
35-
rev: stable
35+
rev: 25.9.0
3636
hooks:
3737
- id: black
3838
language_version: python3.7

0 commit comments

Comments
 (0)