Remove isort for pyi (there are no pyi files here)

This commit is contained in:
Aarni Koskela 2023-09-26 20:09:09 +03:00
parent 81160b089c
commit 859283a734
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ repos:
- id: isort
name: isort (cython)
types: [cython]
- id: isort
name: isort (pyi)
types: [pyi]
- repo: https://github.com/pycqa/pylint
rev: v2.8.2
hooks: