Skip to content

Update dependency tornado to v6.3.3 [SECURITY] #703

Update dependency tornado to v6.3.3 [SECURITY]

Update dependency tornado to v6.3.3 [SECURITY] #703

Workflow file for this run

# Technically covered by pre-commit - but here as a "double-check" catcher.
name: Linted
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install dependencies
run: pip install .
- name: Lint with black
run: |
pip install black
# stop the build if it's not linted as per black
black --check --diff nbexchange/