Skip to content

Update benchmarks for 3.10.6 #489

Update benchmarks for 3.10.6

Update benchmarks for 3.10.6 #489

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=default -y
- run: pip install -U autoflake isort black ruff mypy types-python-dateutil types-pytz types-simplejson types-ujson
- uses: actions/checkout@v4
- run: cargo fmt
- run: ./script/lint
- run: git diff --exit-code