Skip to content

Bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory #1728

Bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory

Bump cryptography from 46.0.6 to 46.0.7 in the uv group across 1 directory #1728

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install ruff
- name: Run Ruff check
run: |
ruff check . --exclude examples/ --line-length 120