Skip to content

Bump argcomplete from 3.1.6 to 3.2.1 in /python #106

Bump argcomplete from 3.1.6 to 3.2.1 in /python

Bump argcomplete from 3.1.6 to 3.2.1 in /python #106

Workflow file for this run

name: Python isort
# Run either when pushing directly to main/master or in a PR targeting main/master
on:
push:
branches:
- master
- main
paths:
- "**.py"
- ".github/workflows/isort.yml"
pull_request:
branches:
- master
- main
# https://github.com/marketplace/actions/python-isort
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Check out source repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: isort
uses: isort/[email protected]
with:
requirements-files: "python/requirements.txt"
sort-paths: python