Skip to content

Bump ruff from 0.0.288 to 0.0.290 #456

Bump ruff from 0.0.288 to 0.0.290

Bump ruff from 0.0.288 to 0.0.290 #456

Workflow file for this run

name: linters
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install Dependencies
run: poetry install
- name: Run linters
uses: pre-commit/action@v2.0.0