Skip to content

Commit b3d2962

Browse files
committed
Updated deps
1 parent cb6e540 commit b3d2962

File tree

2 files changed

+373
-328
lines changed

2 files changed

+373
-328
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.2.0
3+
rev: v4.4.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
@@ -16,18 +16,18 @@ repos:
1616
- id: fix-byte-order-marker
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v2.32.1
19+
rev: v3.3.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [ "--py38-plus" ]
2323
exclude: ^ecs_files_composer/input.py|docs/
2424

2525
- repo: https://github.com/psf/black
26-
rev: 22.3.0
26+
rev: 22.12.0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/pycqa/isort
30-
rev: 5.10.1
30+
rev: 5.11.4
3131
hooks:
3232
- id: isort
3333
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)