8000 Merge branch 'master' into fix/http-exception-no-content-error · fastapi/fastapi@735a3aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 735a3aa

Browse files
authored
Merge branch 'master' into fix/http-exception-no-content-error
2 parents 9c89ecb + f67b19f commit 735a3aa

File tree

10 files changed

+675
-107
lines changed

10 files changed

+675
-107
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)
0