Skip to content

Conversation

abelsiqueira
Copy link
Member

Description

Remove --recursive from isort.

Related issues:

Instructions to review the pull request

Create a python-template-test repo on GitHub (will be overwritten if existing)

cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
cookiecutter -c <pr-branch> https://github.com/<pr-user>/python-template
# Fill with python-template-test info
cd python-template-test
git init
git add --all
git commit -m "First commit"
git remote add origin https://github.com/<you>/python-template-test
git push -u origin main -f
python -m venv env
source env/bin/activate
python -m pip install --upgrade pip setuptools
python -m pip install '.[dev,publishing]'

@egpbos egpbos merged commit 751e43d into main Feb 20, 2023
@egpbos
Copy link
Member

egpbos commented Feb 20, 2023

Thanks!

@sjvrijn sjvrijn deleted the 337-remove-recursive-from-isort branch May 3, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants