Skip to content

build(deps-dev): update pre-commit requirement from ~=3.7.0 to ~=3.7.1 #32

build(deps-dev): update pre-commit requirement from ~=3.7.0 to ~=3.7.1

build(deps-dev): update pre-commit requirement from ~=3.7.0 to ~=3.7.1 #32

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.0"
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml'
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements-test.txt
- name: "Run"
run: python3 -m ruff check .