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

Exclude build directory in flake8 configuration #1635

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

mdickinson
Copy link
Member

A combination of recent versions of setuptools and pip results in pip install -e . creating a local build directory. This PR prevents flake8 from attempting to check files in that directory.

Checklist

  • Tests - N/A
  • Update API reference (docs/source/traits_api_reference) - N/A
  • Update User manual (docs/source/traits_user_manual) - N/A
  • Update type annotation hints in traits-stubs - N/A

@mdickinson mdickinson merged commit 1ded83c into main Apr 20, 2022
@mdickinson mdickinson deleted the flake8-ignore-build-directory branch April 20, 2022 07:16
mdickinson added a commit that referenced this pull request Aug 9, 2022
A combination of recent versions of setuptools and pip results in pip install -e . creating a local build directory. This PR prevents flake8 from attempting to check files in that directory.

(cherry picked from commit 1ded83c)
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