Skip to content

Commit 245f5cc

Browse files
committed
Updated pre-commit
1 parent f72e381 commit 245f5cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -17,14 +17,14 @@ repos:
1717
- id: fix-byte-order-marker
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.15.2
20+
rev: v3.19.1
2121
hooks:
2222
- id: pyupgrade
2323
args: [ "--py38-plus" ]
2424
exclude: ^ecs_files_composer/input.py|docs/
2525

2626
- repo: https://github.com/psf/black
27-
rev: 24.4.2
27+
rev: 24.10.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)