[pre-commit.ci] pre-commit autoupdate #596
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: typeguard | |
# TODO: enable this once typeguard=4 is released and issues are fixed. | |
# on: | |
# - push | |
jobs: | |
typeguard: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Python ${{ matrix.python-version }} | |
uses: actions/setup-python@v5 | |
with: | |
python-version: "3.11" | |
- name: Install dependencies | |
run: pip install nox | |
- name: Test with nox | |
run: nox -e pytest_typeguard |