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

Let pre-commit sort pxd files too #1549

Merged
merged 5 commits into from Oct 12, 2020
Merged

Commits on Oct 8, 2020

  1. Let pre-commit sort pxd files too

    In PyCQA#1494, it looks like support for `.pxd` files was added. However, these are currently ignored when running isort in pre-commit because there is `types: [python]`
    MarcoGorelli committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    49878c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0179b07 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Update .pre-commit-hooks.yaml

    Use types, not extensions
    timothycrosley committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b66853f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    586cfe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1622543 View commit details
    Browse the repository at this point in the history