Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only apply isort to known source files/dirs #35

Merged
merged 2 commits into from
Apr 4, 2024

Conversation

VincentVanlaer
Copy link
Member

For example, if you would create a virtual environment in the subfolder venv, isort will check all of the installed packages in that venv.

This also fixes a small bug where the ">=5" at the end of the pip install command for isort would be interpreted as a redirect, creating a file "=5" with the output from pip.

For example, if you would create a virtual environment in the subfolder
venv, isort will check all of the installed packages in that venv.

This also fixes a small bug where the ">=5" at the end of the pip
install command for isort would be interpreted as a redirect, creating a
file "=5" with the output from pip.
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (532bbd8) to head (e19af18).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          243       243           
  Branches        29        29           
=========================================
  Hits           243       243           

Copy link
Contributor

@A5rocks A5rocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, didn't see this. Looks fine to me.

I've fixed conflicts, so if CI passes then I'm fine if you merge this!

@VincentVanlaer
Copy link
Member Author

No worries, thanks!

@VincentVanlaer VincentVanlaer merged commit fa3001f into python-trio:master Apr 4, 2024
17 checks passed
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