Skip to content

Bump mezod to v5.0.0 (#88) #255

Bump mezod to v5.0.0 (#88)

Bump mezod to v5.0.0 (#88) #255

Workflow file for this run

---
name: Checks
on: push
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: 🏧 Checkout
uses: actions/checkout@v4
- name: 🛠️ Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: 🚀 Run pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --show-diff-on-failure --verbose