Skip to content

Bump rich from 13.5.0 to 13.5.2 #997

Bump rich from 13.5.0 to 13.5.2

Bump rich from 13.5.0 to 13.5.2 #997

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Run linters
run: |
pipx install pre-commit
pre-commit run --all-files