Skip to content

Commit

Permalink
Merge branch 'master' into update-starlette
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelrubin committed Oct 21, 2022
2 parents e0a4aa9 + f67b19f commit 982e7ca
Show file tree
Hide file tree
Showing 10 changed files with 673 additions and 108 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.1.0
hooks:
- id: pyupgrade
args:
- --py3-plus
- --keep-runtime-typing
- repo: https://github.com/myint/autoflake
rev: v1.5.3
- repo: https://github.com/PyCQA/autoflake
rev: v1.7.6
hooks:
- id: autoflake
args:
Expand All @@ -43,7 +43,7 @@ repos:
name: isort (pyi)
types: [pyi]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
ci:
Expand Down
Loading

0 comments on commit 982e7ca

Please sign in to comment.