Skip to content

set methods can now return a set or a lis, depending on user's choice #294

set methods can now return a set or a lis, depending on user's choice

set methods can now return a set or a lis, depending on user's choice #294

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"