Skip to content

Bump requests from 2.31.0 to 2.32.2 in /doc #315

Bump requests from 2.31.0 to 2.32.2 in /doc

Bump requests from 2.31.0 to 2.32.2 in /doc #315

Workflow file for this run

name: Formatting check
on:
- pull_request
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Black Code Formatter
uses: lgeiger/black-action@master
with:
args: "-l 100 pennylane_ionq/ --check"