Skip to content

Bump cryptography from 41.0.7 to 42.0.0 #153

Bump cryptography from 41.0.7 to 42.0.0

Bump cryptography from 41.0.7 to 42.0.0 #153

Workflow file for this run

name: Code Quality checks for PRs
on:
pull_request:
jobs:
pre-commit:
name: Pre-Commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- uses: pre-commit/[email protected]