Skip to content

🏷️ Update type ignore #72

🏷️ Update type ignore

🏷️ Update type ignore #72

Workflow file for this run

name: Validate
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install our application with dev dependencies
run: pip install ."[dev,ldap]"
- uses: pre-commit/action@v3.0.0