Skip to content

Bump elliptic from 6.5.4 to 6.6.0 #935

Bump elliptic from 6.5.4 to 6.6.0

Bump elliptic from 6.5.4 to 6.6.0 #935

Workflow file for this run

name: Run precommit
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
python-version: "3.9"
- name: Install pre-commit
run: pip install pre-commit
- name: Lint using pre-commit
run: |
pre-commit run --all-files