Skip to content

Update certomancer[pkcs12,web-api] requirement from <0.12.0,>=0.11.0 to >=0.11.0,<0.13.0 #312

Update certomancer[pkcs12,web-api] requirement from <0.12.0,>=0.11.0 to >=0.11.0,<0.13.0

Update certomancer[pkcs12,web-api] requirement from <0.12.0,>=0.11.0 to >=0.11.0,<0.13.0 #312

Workflow file for this run

name: Static analysis
on: ["push", "pull_request"]
permissions:
actions: read
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install --upgrade pip isort black
- name: Check import order
run: isort --profile black --line-length 80 --check pyhanko pyhanko_tests
- name: Run Black
run: black -S --line-length 80 --check pyhanko pyhanko_tests
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpetrucciani/[email protected]
with:
path: pyhanko
requirements: "-e .[mypy] --config-settings editable_mode=strict"