Skip to content

build(deps-dev): bump ruff from 0.0.282 to 0.2.2 #120

build(deps-dev): bump ruff from 0.0.282 to 0.2.2

build(deps-dev): bump ruff from 0.0.282 to 0.2.2 #120

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
test:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade tox setuptools
- name: Run linting
run: tox -e lint