mirror of https://github.com/tiangolo/fastapi.git
⬆ [pre-commit.ci] pre-commit autoupdate (#5352)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
3079ba925e
commit
ef5d6181b6
|
|
@ -19,7 +19,7 @@ repos:
|
||||||
- --py3-plus
|
- --py3-plus
|
||||||
- --keep-runtime-typing
|
- --keep-runtime-typing
|
||||||
- repo: https://github.com/myint/autoflake
|
- repo: https://github.com/myint/autoflake
|
||||||
rev: v1.5.1
|
rev: v1.5.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: autoflake
|
- id: autoflake
|
||||||
args:
|
args:
|
||||||
|
|
@ -43,7 +43,7 @@ repos:
|
||||||
name: isort (pyi)
|
name: isort (pyi)
|
||||||
types: [pyi]
|
types: [pyi]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 22.6.0
|
rev: 22.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
ci:
|
ci:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue