add support for PyQt6 and PySide6

This commit is contained in:
Talley Lambert
2021-04-24 11:36:31 -04:00
parent 0f1be2fe89
commit cec8a7f7d0
11 changed files with 331 additions and 15 deletions

View File

@@ -4,11 +4,6 @@ repos:
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports"]
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
hooks: