This commit is contained in:
cloudwithax 2023-05-19 19:50:32 -04:00
commit cbb676e004
No known key found for this signature in database
GPG Key ID: 5DBE54E45794983E
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ repos:
hooks: hooks:
- id: blacken-docs - id: blacken-docs
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.3.2 rev: v3.4.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py37-plus, --keep-runtime-typing] args: [--py37-plus, --keep-runtime-typing]
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0 rev: v3.9.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports