Skip to content

Add exception handler for set_entry #4

Add exception handler for set_entry

Add exception handler for set_entry #4

Workflow file for this run

name: Black
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
paths-ignore:
- 'docs/**'
jobs:
black:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@stable