mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-06 12:21:17 +01:00
style: use ruff format instead of black, update pre-commit, restrict pyside6 tests (#235)
* style: use ruff format * fix import * disallow pyside 6.6.2 * pin in tests too * pyside6.4 on windows * fix greedy imports * double quote * run sliders last * try 6.6.1 again
This commit is contained in:
@@ -37,7 +37,7 @@ def define_env(env: "MacrosPlugin"):
|
||||
)
|
||||
src = src.replace("app.exec_()", "")
|
||||
|
||||
exec(src) # noqa: S102
|
||||
exec(src)
|
||||
_grab(dest, width)
|
||||
return (
|
||||
f""
|
||||
|
||||
Reference in New Issue
Block a user