Skip to content

ENH: increase complexity of symdif_complexpolys_agri #138

ENH: increase complexity of symdif_complexpolys_agri

ENH: increase complexity of symdif_complexpolys_agri #138

Workflow file for this run

# This workflow will install Python dependencies and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Linting
on:
push:
branches: [ main, 0.** ]
pull_request:
branches: [ main, 0.** ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pre-commit/[email protected]