Skip to content

Commit 09bc1f8

Browse files
committed
Updated deps and pre-commit hooks
1 parent 09cb9b5 commit 09bc1f8

File tree

2 files changed

+1443
-535
lines changed

2 files changed

+1443
-535
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ repos:
1717
- id: fix-byte-order-marker
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.19.1
20+
rev: v3.20.0
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.10.0
27+
rev: 25.1.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pycqa/isort
31-
rev: 5.13.2
31+
rev: 6.0.1
3232
hooks:
3333
- id: isort
3434
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)