Skip to content

DOC: first additions to docs about pyside6, also add tag for parts of codebase where we do pyqt5/pyside6 specific things. #1013

DOC: first additions to docs about pyside6, also add tag for parts of codebase where we do pyqt5/pyside6 specific things.

DOC: first additions to docs about pyside6, also add tag for parts of codebase where we do pyqt5/pyside6 specific things. #1013

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]