Skip to content

chore(pre-commit): autoupdate hooks #759

chore(pre-commit): autoupdate hooks

chore(pre-commit): autoupdate hooks #759

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: install python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Setup Poetry
uses: snok/install-poetry@v1
- name: Install
run: |
poetry install
- name: run lint
run: |
poetry run tox -e lint