Skip to content

requirements: update to deepdiff 8.6.1 #190

requirements: update to deepdiff 8.6.1

requirements: update to deepdiff 8.6.1 #190

Workflow file for this run

---
name: Linting
on:
pull_request:
paths:
- '**'
push:
paths:
- '**'
jobs:
quality-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Build Docker
run: |
make build
- name: Run linting
run: |
make lint-root
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.10'
- name: Install and Run mypy
run: |
pip install mypy
mypy --install-types --non-interactive --ignore-missing-imports eo3/