Skip to content

docs: Add newline escape in the docs for paste function. #52

docs: Add newline escape in the docs for paste function.

docs: Add newline escape in the docs for paste function. #52

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