Skip to content

Bump paramiko from 3.4.0 to 3.5.0 #572

Bump paramiko from 3.4.0 to 3.5.0

Bump paramiko from 3.4.0 to 3.5.0 #572

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: pyscope
jupyter: true
- uses: isort/[email protected]
with:
configuration: profile=black