Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #59

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #59

Workflow file for this run

# name: mypy paste.py 🐍
# on:
# pull_request:
# branches: [main]
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Setup PDM
# uses: pdm-project/setup-pdm@v3
# with:
# python-version: 3.11
# cache: true
# cache-dependency-path: "**/pdm.lock"
# - name: Install dependencies
# run: pdm install
# - name: Run mypy
# run: pdm mypy