Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 in /doc #316

Bump urllib3 from 1.26.18 to 1.26.19 in /doc

Bump urllib3 from 1.26.18 to 1.26.19 in /doc #316

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"