Skip to content

build(deps): bump cryptography from 41.0.3 to 41.0.4 #1139

build(deps): bump cryptography from 41.0.3 to 41.0.4

build(deps): bump cryptography from 41.0.3 to 41.0.4 #1139

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
format-code:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --safe"