Skip to content

fix: should not list as a dependency of itself. #380

fix: should not list as a dependency of itself.

fix: should not list as a dependency of itself. #380

Workflow file for this run

name: Pull Request
on: [pull_request]
env:
PYTHON_VERSION: "3.8"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: pre-commit/action@v2.0.3