Commit fdc00896 by Bjorn Neergaard Committed by Arun Babu Neelicattu

ci: re-implement isort on pyi files

parent afb689ec
......@@ -28,7 +28,12 @@ repos:
rev: 5.10.1
hooks:
- id: isort
types: [python] # FIXME: pyi support that doesn't conflict with black
name: "isort (python)"
types: [python]
- id: isort
name: "isort (pyi)"
types: [pyi]
args: [--lines-after-imports, "-1"]
- repo: https://github.com/psf/black
rev: 21.10b0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment