Skip to content

Commit 982e7ca

Browse files
authored
Merge branch 'master' into update-starlette
2 parents e0a4aa9 + f67b19f commit 982e7ca

File tree

10 files changed

+673
-108
lines changed

10 files changed

+673
-108
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.37.3
15+
rev: v3.1.0
1616
hooks:
1717
- id: pyupgrade
1818
args:
1919
- --py3-plus
2020
- --keep-runtime-typing
21-
- repo: https://github.com/myint/autoflake
22-
rev: v1.5.3
21+
- repo: https://github.com/PyCQA/autoflake
22+
rev: v1.7.6
2323
hooks:
2424
- id: autoflake
2525
args:
@@ -43,7 +43,7 @@ repos:
4343
name: isort (pyi)
4444
types: [pyi]
4545
- repo: https://github.com/psf/black
46-
rev: 22.8.0
46+
rev: 22.10.0
4747
hooks:
4848
- id: black
4949
ci:

0 commit comments

Comments
 (0)