FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: #1108 - Replace ecdsa with cryptography (#1114) · sendgrid/sendgrid-python@6828852 · GitHub

fix: #1108 - Replace ecdsa with cryptography (#1114) #123

fix: #1108 - Replace ecdsa with cryptography (#1114)

fix: #1108 - Replace ecdsa with cryptography (#1114) #123

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff check --ignore="E722,F40,F841" --line-length=320 --target-version=py37 .

Back | FazBrowse Home | New Git URL