fix: correct indentation in pre-commit config for pyupgrade hook
This commit is contained in:
@@ -19,8 +19,7 @@ repos:
|
|||||||
types_or: [ python, pyi ]
|
types_or: [ python, pyi ]
|
||||||
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.21.0
|
rev: v3.21.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py310-plus]
|
args: [--py310-plus]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user