Skip to content

Commit e360e1a

Browse files
committed
Updating dependencies
1 parent 942c693 commit e360e1a

File tree

2 files changed

+79
-87
lines changed

2 files changed

+79
-87
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ repos:
1515
- id: fix-byte-order-marker
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.3.1
18+
rev: v3.10.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [ "--py38-plus", "--keep-runtime-typing" ]
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.3.0
24+
rev: 23.7.0
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/asottile/blacken-docs
29-
rev: 1.13.0
29+
rev: 1.16.0
3030
hooks:
3131
- id: blacken-docs
3232
additional_dependencies: [ black ]

0 commit comments

Comments
 (0)