Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Resolve TODO for distutils migration as not applicable #38

Resolve TODO for distutils migration as not applicable

Resolve TODO for distutils migration as not applicable #38

Workflow file for this run

name: Lint
on:
pull_request:
paths:
- '**.py'
- '.github/ci/**'
- '.github/workflows/lint.yml'
branches:
- main
- r*
tags:
- v*
jobs:
pre-commit-checks:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
name: Run pre-commit checks (pylint/yapf/isort)
env:
SKIP: insert-license
with:
extra_args: --hook-stage push --all-files