Skip to content

Zed2i -> Zed rename, keep Zed2i and zed2i module for backwards compat… #689

Zed2i -> Zed rename, keep Zed2i and zed2i module for backwards compat…

Zed2i -> Zed rename, keep Zed2i and zed2i module for backwards compat… #689

Workflow file for this run

name: Format
on: push # run always
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual